Color Hex Logo

#d99fda Color Hex

#D99FDA
(217,159,218)
0 Favorites   0 Comments

Color spaces of #d99fda

RGB 217159218
HSL0.830.440.74
HSV299°27°85°
CMYK 0.000.270.00   0.15
XYZ53.668344.609972.1116
Yxy44.60990.31500.2618
Hunter Lab66.790626.5465-17.2600
CIE-Lab72.634331.2218-21.5148

#d99fda color RGB value is (217,159,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011111 11011010
Octal 331 237 332
Decimal 217 159 218
Hex D9 9F DA

RGB Percentages of Color #d99fda

%36.53
%26.77
%36.70

CMYK Percentages of Color #d99fda

%0
%27
%0
%15

Triadic Colors of #d99fda

#d99fda #dad99f #9fdad9

Analogous Colors of #d99fda

#d99fda #da9fbe #bc9fda

Monochromatic Colors of #d99fda

#d99fda

Complementary Color

#d99fda #a0da9f

#d99fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99fda Color CSS Codes

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

#d99fda Text Font Color

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

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


#d99fda Background Color

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

This div background color is #d99fda


#d99fda Border Color

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

This div border color is #d99fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99fda


Comments

No comments written yet.

Please login to write comment.