Color Hex Logo

#d99fdc Color Hex

#D99FDC
(217,159,220)
0 Favorites   0 Comments

Color spaces of #d99fdc

RGB 217159220
HSL0.830.470.74
HSV297°28°86°
CMYK 0.010.280.00   0.14
XYZ53.931744.715373.4986
Yxy44.71530.31330.2598
Hunter Lab66.869526.9425-18.3591
CIE-Lab72.704031.5961-22.5051

#d99fdc color RGB value is (217,159,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011111 11011100
Octal 331 237 334
Decimal 217 159 220
Hex D9 9F DC

RGB Percentages of Color #d99fdc

%36.41
%26.68
%36.91

CMYK Percentages of Color #d99fdc

%1
%28
%0
%14

Triadic Colors of #d99fdc

#d99fdc #dcd99f #9fdcd9

Analogous Colors of #d99fdc

#d99fdc #dc9fc1 #bb9fdc

Monochromatic Colors of #d99fdc

#d99fdc

Complementary Color

#d99fdc #a2dc9f

#d99fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99fdc Color CSS Codes

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

#d99fdc Text Font Color

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

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


#d99fdc Background Color

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

This div background color is #d99fdc


#d99fdc Border Color

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

This div border color is #d99fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99fdc


Comments

No comments written yet.

Please login to write comment.