Color Hex Logo

#d99eca Color Hex

#D99ECA
(217,158,202)
0 Favorites   0 Comments

Color spaces of #d99eca

RGB 217158202
HSL0.880.440.74
HSV315°27°85°
CMYK 0.000.270.07   0.15
XYZ51.502843.469761.5531
Yxy43.46970.32900.2777
Hunter Lab65.931624.0560-9.2005
CIE-Lab71.872628.8700-13.8667

#d99eca color RGB value is (217,158,202).

#d99eca hex color red value is 217, green value is 158 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d99eca hue: 0.88 , saturation: 0.44 and the lightness value of d99eca is 0.74.

The process color (four color CMYK) of #d99eca color hex is 0.00, 0.27, 0.07, 0.15. Web safe color of #d99eca is #cc99cc. Color #d99eca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011110 11001010
Octal 331 236 312
Decimal 217 158 202
Hex D9 9E CA

RGB Percentages of Color #d99eca

%37.61
%27.38
%35.01

CMYK Percentages of Color #d99eca

%0
%27
%7
%15

Triadic Colors of #d99eca

#d99eca #cad99e #9ecad9

Analogous Colors of #d99eca

#d99eca #d99ead #cb9ed9

Monochromatic Colors of #d99eca

#d99eca

Complementary Color

#d99eca #9ed9ad

#d99eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99eca Color CSS Codes

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

#d99eca Text Font Color

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

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


#d99eca Background Color

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

This div background color is #d99eca


#d99eca Border Color

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

This div border color is #d99eca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,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 #d99eca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99eca


Comments

No comments written yet.

Please login to write comment.