Color Hex Logo

#d991cf Color Hex

#D991CF
(217,145,207)
0 Favorites   0 Comments

Color spaces of #d991cf

RGB 217145207
HSL0.860.490.71
HSV308°33°85°
CMYK 0.000.330.05   0.15
XYZ50.003239.507564.0217
Yxy39.50750.32570.2573
Hunter Lab62.855032.0063-16.3920
CIE-Lab69.117336.7510-20.7991

#d991cf color RGB value is (217,145,207).

#d991cf hex color red value is 217, green value is 145 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d991cf hue: 0.86 , saturation: 0.49 and the lightness value of d991cf is 0.71.

The process color (four color CMYK) of #d991cf color hex is 0.00, 0.33, 0.05, 0.15. Web safe color of #d991cf is #cc99cc. Color #d991cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010001 11001111
Octal 331 221 317
Decimal 217 145 207
Hex D9 91 CF

RGB Percentages of Color #d991cf

%38.14
%25.48
%36.38

CMYK Percentages of Color #d991cf

%0
%33
%5
%15

Triadic Colors of #d991cf

#d991cf #cfd991 #91cfd9

Analogous Colors of #d991cf

#d991cf #d991ab #bf91d9

Monochromatic Colors of #d991cf

#d991cf

Complementary Color

#d991cf #91d99b

#d991cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d991cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d991cf Color CSS Codes

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

#d991cf Text Font Color

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

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


#d991cf Background Color

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

This div background color is #d991cf


#d991cf Border Color

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

This div border color is #d991cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d991cf


Comments

No comments written yet.

Please login to write comment.