Color Hex Logo

#d39eca Color Hex

#D39ECA
(211,158,202)
0 Favorites   0 Comments

Color spaces of #d39eca

RGB 211158202
HSL0.860.380.72
HSV310°25°83°
CMYK 0.000.250.04   0.17
XYZ49.751542.566961.4712
Yxy42.56690.32350.2768
Hunter Lab65.243321.9400-10.1918
CIE-Lab71.260026.8367-14.8495

#d39eca color RGB value is (211,158,202).

#d39eca hex color red value is 211, green value is 158 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d39eca hue: 0.86 , saturation: 0.38 and the lightness value of d39eca is 0.72.

The process color (four color CMYK) of #d39eca color hex is 0.00, 0.25, 0.04, 0.17. Web safe color of #d39eca is #cc99cc. Color #d39eca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10011110 11001010
Octal 323 236 312
Decimal 211 158 202
Hex D3 9E CA

RGB Percentages of Color #d39eca

%36.95
%27.67
%35.38

CMYK Percentages of Color #d39eca

%0
%25
%4
%17

Triadic Colors of #d39eca

#d39eca #cad39e #9ecad3

Analogous Colors of #d39eca

#d39eca #d39eb0 #c29ed3

Monochromatic Colors of #d39eca

#d39eca

Complementary Color

#d39eca #9ed3a7

#d39eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d39eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d39eca Color CSS Codes

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

#d39eca Text Font Color

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

This sample text font color is #d39eca
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.


#d39eca Background Color

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

This div background color is #d39eca


#d39eca Border Color

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

This div border color is #d39eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d39eca


Comments

No comments written yet.

Please login to write comment.