Color Hex Logo

#d79ccd Color Hex

#D79CCD
(215,156,205)
0 Favorites   0 Comments

Color spaces of #d79ccd

RGB 215156205
HSL0.860.420.73
HSV310°27°84°
CMYK 0.000.270.05   0.16
XYZ50.932242.631863.3019
Yxy42.63180.32470.2718
Hunter Lab65.293024.9771-11.7768
CIE-Lab71.304329.8084-16.3980

#d79ccd color RGB value is (215,156,205).

#d79ccd hex color red value is 215, green value is 156 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d79ccd hue: 0.86 , saturation: 0.42 and the lightness value of d79ccd is 0.73.

The process color (four color CMYK) of #d79ccd color hex is 0.00, 0.27, 0.05, 0.16. Web safe color of #d79ccd is #cc99cc. Color #d79ccd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011100 11001101
Octal 327 234 315
Decimal 215 156 205
Hex D7 9C CD

RGB Percentages of Color #d79ccd

%37.33
%27.08
%35.59

CMYK Percentages of Color #d79ccd

%0
%27
%5
%16

Triadic Colors of #d79ccd

#d79ccd #cdd79c #9ccdd7

Analogous Colors of #d79ccd

#d79ccd #d79cb0 #c49cd7

Monochromatic Colors of #d79ccd

#d79ccd

Complementary Color

#d79ccd #9cd7a6

#d79ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79ccd Color CSS Codes

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

#d79ccd Text Font Color

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

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


#d79ccd Background Color

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

This div background color is #d79ccd


#d79ccd Border Color

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

This div border color is #d79ccd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,156,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d79ccd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d79ccd;
  -webkit-box-shadow: 1px 1px 3px 2px #d79ccd;
  box-shadow:         1px 1px 3px 2px #d79ccd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,156,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79ccd


Comments

No comments written yet.

Please login to write comment.