Color Hex Logo

#d879cc Color Hex

#D879CC
(216,121,204)
0 Favorites   0 Comments

Color spaces of #d879cc

RGB 216121204
HSL0.850.550.66
HSV308°44°85°
CMYK 0.000.440.06   0.15
XYZ46.055432.633360.9982
Yxy32.63330.32970.2336
Hunter Lab57.125643.9394-23.3215
CIE-Lab63.862948.4844-27.1782

#d879cc color RGB value is (216,121,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111001 11001100
Octal 330 171 314
Decimal 216 121 204
Hex D8 79 CC

RGB Percentages of Color #d879cc

%39.93
%22.37
%37.71

CMYK Percentages of Color #d879cc

%0
%44
%6
%15

Triadic Colors of #d879cc

#d879cc #ccd879 #79ccd8

Analogous Colors of #d879cc

#d879cc #d8799d #b579d8

Monochromatic Colors of #d879cc

#d879cc

Complementary Color

#d879cc #79d885

#d879cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d879cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d879cc Color CSS Codes

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

#d879cc Text Font Color

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

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


#d879cc Background Color

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

This div background color is #d879cc


#d879cc Border Color

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

This div border color is #d879cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,121,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d879cc


Comments

No comments written yet.

Please login to write comment.