Color Hex Logo

#d79bdd Color Hex

#D79BDD
(215,155,221)
0 Favorites   0 Comments

Color spaces of #d79bdd

RGB 215155221
HSL0.820.490.74
HSV295°30°87°
CMYK 0.030.300.00   0.13
XYZ52.796843.110273.9450
Yxy43.11020.31080.2538
Hunter Lab65.658428.6322-20.8121
CIE-Lab71.629733.3027-24.7119

#d79bdd color RGB value is (215,155,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011011 11011101
Octal 327 233 335
Decimal 215 155 221
Hex D7 9B DD

RGB Percentages of Color #d79bdd

%36.38
%26.23
%37.39

CMYK Percentages of Color #d79bdd

%3
%30
%0
%13

Triadic Colors of #d79bdd

#d79bdd #ddd79b #9bddd7

Analogous Colors of #d79bdd

#d79bdd #dd9bc2 #b69bdd

Monochromatic Colors of #d79bdd

#d79bdd

Complementary Color

#d79bdd #a1dd9b

#d79bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79bdd Color CSS Codes

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

#d79bdd Text Font Color

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

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


#d79bdd Background Color

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

This div background color is #d79bdd


#d79bdd Border Color

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

This div border color is #d79bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79bdd


Comments

No comments written yet.

Please login to write comment.