Color Hex Logo

#d976cf Color Hex

#D976CF
(217,118,207)
0 Favorites   0 Comments

Color spaces of #d976cf

RGB 217118207
HSL0.850.570.66
HSV306°46°85°
CMYK 0.000.460.05   0.15
XYZ46.356232.213662.8061
Yxy32.21360.32790.2279
Hunter Lab56.757046.4648-25.8791
CIE-Lab63.519050.8196-29.3840

#d976cf color RGB value is (217,118,207).

#d976cf hex color red value is 217, green value is 118 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d976cf hue: 0.85 , saturation: 0.57 and the lightness value of d976cf is 0.66.

The process color (four color CMYK) of #d976cf color hex is 0.00, 0.46, 0.05, 0.15. Web safe color of #d976cf is #cc66cc. Color #d976cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110110 11001111
Octal 331 166 317
Decimal 217 118 207
Hex D9 76 CF

RGB Percentages of Color #d976cf

%40.04
%21.77
%38.19

CMYK Percentages of Color #d976cf

%0
%46
%5
%15

Triadic Colors of #d976cf

#d976cf #cfd976 #76cfd9

Analogous Colors of #d976cf

#d976cf #d9769e #b276d9

Monochromatic Colors of #d976cf

#d976cf

Complementary Color

#d976cf #76d980

#d976cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d976cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d976cf Color CSS Codes

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

#d976cf Text Font Color

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

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


#d976cf Background Color

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

This div background color is #d976cf


#d976cf Border Color

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

This div border color is #d976cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d976cf


Comments

No comments written yet.

Please login to write comment.