Color Hex Logo

#d79acd Color Hex

#D79ACD
(215,154,205)
0 Favorites   0 Comments

Color spaces of #d79acd

RGB 215154205
HSL0.860.430.72
HSV310°28°84°
CMYK 0.000.280.05   0.16
XYZ50.599441.966163.1910
Yxy41.96610.32490.2694
Hunter Lab64.781226.0558-12.4877
CIE-Lab70.847530.8909-17.0881

#d79acd color RGB value is (215,154,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011010 11001101
Octal 327 232 315
Decimal 215 154 205
Hex D7 9A CD

RGB Percentages of Color #d79acd

%37.46
%26.83
%35.71

CMYK Percentages of Color #d79acd

%0
%28
%5
%16

Triadic Colors of #d79acd

#d79acd #cdd79a #9acdd7

Analogous Colors of #d79acd

#d79acd #d79aaf #c39ad7

Monochromatic Colors of #d79acd

#d79acd

Complementary Color

#d79acd #9ad7a4

#d79acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79acd Color CSS Codes

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

#d79acd Text Font Color

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

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


#d79acd Background Color

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

This div background color is #d79acd


#d79acd Border Color

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

This div border color is #d79acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79acd


Comments

No comments written yet.

Please login to write comment.