Color Hex Logo

#d79ace Color Hex

#D79ACE
(215,154,206)
0 Favorites   0 Comments

Color spaces of #d79ace

RGB 215154206
HSL0.860.430.72
HSV309°28°84°
CMYK 0.000.280.04   0.16
XYZ50.720542.014563.8289
Yxy42.01450.32400.2684
Hunter Lab64.818626.2436-13.0117
CIE-Lab70.880931.0701-17.5900

#d79ace color RGB value is (215,154,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011010 11001110
Octal 327 232 316
Decimal 215 154 206
Hex D7 9A CE

RGB Percentages of Color #d79ace

%37.39
%26.78
%35.83

CMYK Percentages of Color #d79ace

%0
%28
%4
%16

Triadic Colors of #d79ace

#d79ace #ced79a #9aced7

Analogous Colors of #d79ace

#d79ace #d79ab0 #c29ad7

Monochromatic Colors of #d79ace

#d79ace

Complementary Color

#d79ace #9ad7a3

#d79ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79ace Color CSS Codes

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

#d79ace Text Font Color

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

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


#d79ace Background Color

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

This div background color is #d79ace


#d79ace Border Color

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

This div border color is #d79ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79ace


Comments

No comments written yet.

Please login to write comment.