Color Hex Logo

#d79ea4 Color Hex

#D79EA4
(215,158,164)
0 Favorites   0 Comments

Color spaces of #d79ea4

RGB 215158164
HSL0.980.420.73
HSV354°27°84°
CMYK 0.000.270.24   0.16
XYZ46.952041.581140.6733
Yxy41.58110.36340.3218
Hunter Lab64.483417.12447.7409
CIE-Lab70.581122.05855.2389

#d79ea4 color RGB value is (215,158,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011110 10100100
Octal 327 236 244
Decimal 215 158 164
Hex D7 9E A4

RGB Percentages of Color #d79ea4

%40.04
%29.42
%30.54

CMYK Percentages of Color #d79ea4

%0
%27
%24
%16

Triadic Colors of #d79ea4

#d79ea4 #a4d79e #9ea4d7

Analogous Colors of #d79ea4

#d79ea4 #d7b59e #d79ec1

Monochromatic Colors of #d79ea4

#d79ea4

Complementary Color

#d79ea4 #9ed7d1

#d79ea4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79ea4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79ea4 Color CSS Codes

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

#d79ea4 Text Font Color

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

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


#d79ea4 Background Color

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

This div background color is #d79ea4


#d79ea4 Border Color

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

This div border color is #d79ea4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79ea4


Comments

No comments written yet.

Please login to write comment.