Color Hex Logo

#d877cb Color Hex

#D877CB
(216,119,203)
0 Favorites   0 Comments

Color spaces of #d877cb

RGB 216119203
HSL0.860.550.66
HSV308°45°85°
CMYK 0.000.450.06   0.15
XYZ45.695232.104460.2883
Yxy32.10440.33090.2325
Hunter Lab56.660744.7986-23.4234
CIE-Lab63.429149.3277-27.2840

#d877cb color RGB value is (216,119,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110111 11001011
Octal 330 167 313
Decimal 216 119 203
Hex D8 77 CB

RGB Percentages of Color #d877cb

%40.15
%22.12
%37.73

CMYK Percentages of Color #d877cb

%0
%45
%6
%15

Triadic Colors of #d877cb

#d877cb #cbd877 #77cbd8

Analogous Colors of #d877cb

#d877cb #d8779b #b577d8

Monochromatic Colors of #d877cb

#d877cb

Complementary Color

#d877cb #77d884

#d877cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d877cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d877cb Color CSS Codes

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

#d877cb Text Font Color

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

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


#d877cb Background Color

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

This div background color is #d877cb


#d877cb Border Color

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

This div border color is #d877cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d877cb


Comments

No comments written yet.

Please login to write comment.