Color Hex Logo

#d99cdc Color Hex

#D99CDC
(217,156,220)
0 Favorites   0 Comments

Color spaces of #d99cdc

RGB 217156220
HSL0.830.480.74
HSV297°29°86°
CMYK 0.010.290.00   0.14
XYZ53.422043.696073.3287
Yxy43.69600.31340.2564
Hunter Lab66.103028.5770-19.4990
CIE-Lab72.024833.2156-23.5409

#d99cdc color RGB value is (217,156,220).

#d99cdc hex color red value is 217, green value is 156 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d99cdc hue: 0.83 , saturation: 0.48 and the lightness value of d99cdc is 0.74.

The process color (four color CMYK) of #d99cdc color hex is 0.01, 0.29, 0.00, 0.14. Web safe color of #d99cdc is #cc99cc. Color #d99cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011100 11011100
Octal 331 234 334
Decimal 217 156 220
Hex D9 9C DC

RGB Percentages of Color #d99cdc

%36.59
%26.31
%37.10

CMYK Percentages of Color #d99cdc

%1
%29
%0
%14

Triadic Colors of #d99cdc

#d99cdc #dcd99c #9cdcd9

Analogous Colors of #d99cdc

#d99cdc #dc9cbf #b99cdc

Monochromatic Colors of #d99cdc

#d99cdc

Complementary Color

#d99cdc #9fdc9c

#d99cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99cdc Color CSS Codes

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

#d99cdc Text Font Color

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

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


#d99cdc Background Color

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

This div background color is #d99cdc


#d99cdc Border Color

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

This div border color is #d99cdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,156,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99cdc


Comments

No comments written yet.

Please login to write comment.