Color Hex Logo

#d977cb Color Hex

#D977CB
(217,119,203)
0 Favorites   0 Comments

Color spaces of #d977cb

RGB 217119203
HSL0.860.560.66
HSV309°45°85°
CMYK 0.000.450.06   0.15
XYZ45.991632.257260.3021
Yxy32.25720.33190.2328
Hunter Lab56.795445.1531-23.1939
CIE-Lab63.554949.6305-27.0796

#d977cb color RGB value is (217,119,203).

#d977cb hex color red value is 217, green value is 119 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d977cb hue: 0.86 , saturation: 0.56 and the lightness value of d977cb is 0.66.

The process color (four color CMYK) of #d977cb color hex is 0.00, 0.45, 0.06, 0.15. Web safe color of #d977cb is #cc66cc. Color #d977cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110111 11001011
Octal 331 167 313
Decimal 217 119 203
Hex D9 77 CB

RGB Percentages of Color #d977cb

%40.26
%22.08
%37.66

CMYK Percentages of Color #d977cb

%0
%45
%6
%15

Triadic Colors of #d977cb

#d977cb #cbd977 #77cbd9

Analogous Colors of #d977cb

#d977cb #d9779a #b677d9

Monochromatic Colors of #d977cb

#d977cb

Complementary Color

#d977cb #77d985

#d977cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d977cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d977cb Color CSS Codes

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

#d977cb Text Font Color

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

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


#d977cb Background Color

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

This div background color is #d977cb


#d977cb Border Color

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

This div border color is #d977cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d977cb


Comments

No comments written yet.

Please login to write comment.