Color Hex Logo

#d79cdd Color Hex

#D79CDD
(215,156,221)
0 Favorites   0 Comments

Color spaces of #d79cdd

RGB 215156221
HSL0.820.490.74
HSV294°29°87°
CMYK 0.030.290.00   0.13
XYZ52.963943.444574.0007
Yxy43.44450.31080.2549
Hunter Lab65.912428.0868-20.4269
CIE-Lab71.855632.7621-24.3665

#d79cdd color RGB value is (215,156,221).

#d79cdd hex color red value is 215, green value is 156 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d79cdd hue: 0.82 , saturation: 0.49 and the lightness value of d79cdd is 0.74.

The process color (four color CMYK) of #d79cdd color hex is 0.03, 0.29, 0.00, 0.13. Web safe color of #d79cdd is #cc99cc. Color #d79cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011100 11011101
Octal 327 234 335
Decimal 215 156 221
Hex D7 9C DD

RGB Percentages of Color #d79cdd

%36.32
%26.35
%37.33

CMYK Percentages of Color #d79cdd

%3
%29
%0
%13

Triadic Colors of #d79cdd

#d79cdd #ddd79c #9cddd7

Analogous Colors of #d79cdd

#d79cdd #dd9cc3 #b79cdd

Monochromatic Colors of #d79cdd

#d79cdd

Complementary Color

#d79cdd #a2dd9c

#d79cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79cdd Color CSS Codes

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

#d79cdd Text Font Color

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

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


#d79cdd Background Color

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

This div background color is #d79cdd


#d79cdd Border Color

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

This div border color is #d79cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79cdd


Comments

No comments written yet.

Please login to write comment.