Color Hex Logo

#d38eea Color Hex

#D38EEA
(211,142,234)
0 Favorites   0 Comments

Color spaces of #d38eea

RGB 211142234
HSL0.790.690.74
HSV285°39°92°
CMYK 0.100.390.00   0.08
XYZ51.388339.135482.6873
Yxy39.13540.29670.2259
Hunter Lab62.558337.1512-34.5766
CIE-Lab68.849241.5995-36.1774

#d38eea color RGB value is (211,142,234).

#d38eea hex color red value is 211, green value is 142 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d38eea hue: 0.79 , saturation: 0.69 and the lightness value of d38eea is 0.74.

The process color (four color CMYK) of #d38eea color hex is 0.10, 0.39, 0.00, 0.08. Web safe color of #d38eea is #cc99ff. Color #d38eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001110 11101010
Octal 323 216 352
Decimal 211 142 234
Hex D3 8E EA

RGB Percentages of Color #d38eea

%35.95
%24.19
%39.86

CMYK Percentages of Color #d38eea

%10
%39
%0
%8

Triadic Colors of #d38eea

#d38eea #ead38e #8eead3

Analogous Colors of #d38eea

#d38eea #ea8ed3 #a58eea

Monochromatic Colors of #d38eea

#d38eea

Complementary Color

#d38eea #a5ea8e

#d38eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38eea Color CSS Codes

.mybgcolor {background-color:#d38eea; } 
.myforecolor {color:#d38eea; }
.mybordercolor {border:3px solid #d38eea; }

#d38eea Text Font Color

<p style="color:#d38eea">Text here</p>

This sample text font color is #d38eea
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d38eea Background Color

<div style="background-color:#d38eea">
Div content here</div>

This div background color is #d38eea


#d38eea Border Color

<div style="border:3px solid #d38eea">
Div here</div>

This div border color is #d38eea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,142,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d38eea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d38eea;
  -webkit-box-shadow: 1px 1px 3px 2px #d38eea;
  box-shadow:         1px 1px 3px 2px #d38eea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,142,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d38eea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d38eea;
  -webkit-box-shadow: 1px 1px 3px 2px #d38eea;
  box-shadow:         1px 1px 3px 2px #d38eea;">
Div content here</div>

This div box has shadow with color #d38eea


Comments

No comments written yet.

Please login to write comment.