Color Hex Logo

#d99fdf Color Hex

#D99FDF
(217,159,223)
0 Favorites   0 Comments

Color spaces of #d99fdf

RGB 217159223
HSL0.820.500.75
HSV294°29°87°
CMYK 0.030.290.00   0.13
XYZ54.332744.875775.6103
Yxy44.87570.31080.2567
Hunter Lab66.989327.5438-20.0276
CIE-Lab72.810032.1629-23.9869

#d99fdf color RGB value is (217,159,223).

#d99fdf hex color red value is 217, green value is 159 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d99fdf hue: 0.82 , saturation: 0.50 and the lightness value of d99fdf is 0.75.

The process color (four color CMYK) of #d99fdf color hex is 0.03, 0.29, 0.00, 0.13. Web safe color of #d99fdf is #cc99cc. Color #d99fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011111 11011111
Octal 331 237 337
Decimal 217 159 223
Hex D9 9F DF

RGB Percentages of Color #d99fdf

%36.23
%26.54
%37.23

CMYK Percentages of Color #d99fdf

%3
%29
%0
%13

Triadic Colors of #d99fdf

#d99fdf #dfd99f #9fdfd9

Analogous Colors of #d99fdf

#d99fdf #df9fc5 #b99fdf

Monochromatic Colors of #d99fdf

#d99fdf

Complementary Color

#d99fdf #a5df9f

#d99fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99fdf Color CSS Codes

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

#d99fdf Text Font Color

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

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


#d99fdf Background Color

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

This div background color is #d99fdf


#d99fdf Border Color

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

This div border color is #d99fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99fdf


Comments

No comments written yet.

Please login to write comment.