Color Hex Logo

#d79aaf Color Hex

#D79AAF
(215,154,175)
0 Favorites   0 Comments

Color spaces of #d79aaf

RGB 215154175
HSL0.940.430.72
HSV339°28°84°
CMYK 0.000.280.19   0.16
XYZ47.317840.653445.9104
Yxy40.65340.35340.3037
Hunter Lab63.760020.88901.9403
CIE-Lab69.932425.8786-1.8139

#d79aaf color RGB value is (215,154,175).

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

The process color (four color CMYK) of #d79aaf color hex is 0.00, 0.28, 0.19, 0.16. Web safe color of #d79aaf is #cc9999. Color #d79aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011010 10101111
Octal 327 232 257
Decimal 215 154 175
Hex D7 9A AF

RGB Percentages of Color #d79aaf

%39.52
%28.31
%32.17

CMYK Percentages of Color #d79aaf

%0
%28
%19
%16

Triadic Colors of #d79aaf

#d79aaf #afd79a #9aafd7

Analogous Colors of #d79aaf

#d79aaf #d7a49a #d79ace

Monochromatic Colors of #d79aaf

#d79aaf

Complementary Color

#d79aaf #9ad7c2

#d79aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79aaf Color CSS Codes

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

#d79aaf Text Font Color

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

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


#d79aaf Background Color

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

This div background color is #d79aaf


#d79aaf Border Color

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

This div border color is #d79aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79aaf


Comments

No comments written yet.

Please login to write comment.