Color Hex Logo

#d79eaa Color Hex

#D79EAA
(215,158,170)
0 Favorites   0 Comments

Color spaces of #d79eaa

RGB 215158170
HSL0.960.420.73
HSV347°27°84°
CMYK 0.000.270.21   0.16
XYZ47.506941.803143.5951
Yxy41.80310.35740.3145
Hunter Lab64.655318.01005.2813
CIE-Lab70.735022.94652.1345

#d79eaa color RGB value is (215,158,170).

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

The process color (four color CMYK) of #d79eaa color hex is 0.00, 0.27, 0.21, 0.16. Web safe color of #d79eaa is #cc9999. Color #d79eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011110 10101010
Octal 327 236 252
Decimal 215 158 170
Hex D7 9E AA

RGB Percentages of Color #d79eaa

%39.59
%29.10
%31.31

CMYK Percentages of Color #d79eaa

%0
%27
%21
%16

Triadic Colors of #d79eaa

#d79eaa #aad79e #9eaad7

Analogous Colors of #d79eaa

#d79eaa #d7af9e #d79ec7

Monochromatic Colors of #d79eaa

#d79eaa

Complementary Color

#d79eaa #9ed7cb

#d79eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79eaa Color CSS Codes

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

#d79eaa Text Font Color

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

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


#d79eaa Background Color

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

This div background color is #d79eaa


#d79eaa Border Color

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

This div border color is #d79eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79eaa


Comments

No comments written yet.

Please login to write comment.