Color Hex Logo

#d97ace Color Hex

#D97ACE
(217,122,206)
0 Favorites   0 Comments

Color spaces of #d97ace

RGB 217122206
HSL0.850.560.66
HSV307°44°85°
CMYK 0.000.440.05   0.15
XYZ46.715433.127062.3245
Yxy33.12700.32860.2330
Hunter Lab57.556144.1565-23.9129
CIE-Lab64.263648.6242-27.6737

#d97ace color RGB value is (217,122,206).

#d97ace hex color red value is 217, green value is 122 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d97ace hue: 0.85 , saturation: 0.56 and the lightness value of d97ace is 0.66.

The process color (four color CMYK) of #d97ace color hex is 0.00, 0.44, 0.05, 0.15. Web safe color of #d97ace is #cc66cc. Color #d97ace contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111010 11001110
Octal 331 172 316
Decimal 217 122 206
Hex D9 7A CE

RGB Percentages of Color #d97ace

%39.82
%22.39
%37.80

CMYK Percentages of Color #d97ace

%0
%44
%5
%15

Triadic Colors of #d97ace

#d97ace #ced97a #7aced9

Analogous Colors of #d97ace

#d97ace #d97a9f #b57ad9

Monochromatic Colors of #d97ace

#d97ace

Complementary Color

#d97ace #7ad985

#d97ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97ace Color CSS Codes

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

#d97ace Text Font Color

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

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


#d97ace Background Color

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

This div background color is #d97ace


#d97ace Border Color

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

This div border color is #d97ace


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,122,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 #d97ace">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97ace


Comments

No comments written yet.

Please login to write comment.