Color Hex Logo

#d497ac Color Hex

#D497AC
(212,151,172)
0 Favorites   0 Comments

Color spaces of #d497ac

RGB 212151172
HSL0.940.410.71
HSV339°29°83°
CMYK 0.000.290.19   0.17
XYZ45.664439.108844.1717
Yxy39.10880.35410.3033
Hunter Lab62.537020.90051.8977
CIE-Lab68.830025.9598-1.7969

#d497ac color RGB value is (212,151,172).

#d497ac hex color red value is 212, green value is 151 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d497ac hue: 0.94 , saturation: 0.41 and the lightness value of d497ac is 0.71.

The process color (four color CMYK) of #d497ac color hex is 0.00, 0.29, 0.19, 0.17. Web safe color of #d497ac is #cc9999. Color #d497ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010111 10101100
Octal 324 227 254
Decimal 212 151 172
Hex D4 97 AC

RGB Percentages of Color #d497ac

%39.63
%28.22
%32.15

CMYK Percentages of Color #d497ac

%0
%29
%19
%17

Triadic Colors of #d497ac

#d497ac #acd497 #97acd4

Analogous Colors of #d497ac

#d497ac #d4a197 #d497cb

Monochromatic Colors of #d497ac

#d497ac

Complementary Color

#d497ac #97d4bf

#d497ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d497ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d497ac Color CSS Codes

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

#d497ac Text Font Color

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

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


#d497ac Background Color

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

This div background color is #d497ac


#d497ac Border Color

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

This div border color is #d497ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,151,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d497ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d497ac;
  -webkit-box-shadow: 1px 1px 3px 2px #d497ac;
  box-shadow:         1px 1px 3px 2px #d497ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,151,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d497ac


Comments

No comments written yet.

Please login to write comment.