Color Hex Logo

#d79fa7 Color Hex

#D79FA7
(215,159,167)
0 Favorites   0 Comments

Color spaces of #d79fa7

RGB 215159167
HSL0.980.410.73
HSV351°26°84°
CMYK 0.000.260.22   0.16
XYZ47.397542.033442.1743
Yxy42.03340.36010.3194
Hunter Lab64.833217.03776.8148
CIE-Lab70.893921.95644.0277

#d79fa7 color RGB value is (215,159,167).

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

The process color (four color CMYK) of #d79fa7 color hex is 0.00, 0.26, 0.22, 0.16. Web safe color of #d79fa7 is #cc9999. Color #d79fa7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011111 10100111
Octal 327 237 247
Decimal 215 159 167
Hex D7 9F A7

RGB Percentages of Color #d79fa7

%39.74
%29.39
%30.87

CMYK Percentages of Color #d79fa7

%0
%26
%22
%16

Triadic Colors of #d79fa7

#d79fa7 #a7d79f #9fa7d7

Analogous Colors of #d79fa7

#d79fa7 #d7b39f #d79fc3

Monochromatic Colors of #d79fa7

#d79fa7

Complementary Color

#d79fa7 #9fd7cf

#d79fa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79fa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79fa7 Color CSS Codes

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

#d79fa7 Text Font Color

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

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


#d79fa7 Background Color

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

This div background color is #d79fa7


#d79fa7 Border Color

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

This div border color is #d79fa7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79fa7

#d79fa7 Color Palettes


Comments

No comments written yet.

Please login to write comment.