Color Hex Logo

#d97eac Color Hex

#D97EAC
(217,126,172)
0 Favorites   0 Comments

Color spaces of #d97eac

RGB 217126172
HSL0.920.540.67
HSV330°42°85°
CMYK 0.000.420.21   0.15
XYZ43.522532.652043.0383
Yxy32.65200.36510.2739
Hunter Lab57.141935.9572-4.6568
CIE-Lab63.878141.0830-9.0573

#d97eac color RGB value is (217,126,172).

#d97eac hex color red value is 217, green value is 126 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d97eac hue: 0.92 , saturation: 0.54 and the lightness value of d97eac is 0.67.

The process color (four color CMYK) of #d97eac color hex is 0.00, 0.42, 0.21, 0.15. Web safe color of #d97eac is #cc6699. Color #d97eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111110 10101100
Octal 331 176 254
Decimal 217 126 172
Hex D9 7E AC

RGB Percentages of Color #d97eac

%42.14
%24.47
%33.40

CMYK Percentages of Color #d97eac

%0
%42
%21
%15

Triadic Colors of #d97eac

#d97eac #acd97e #7eacd9

Analogous Colors of #d97eac

#d97eac #d97e7f #d97ed9

Monochromatic Colors of #d97eac

#d97eac

Complementary Color

#d97eac #7ed9ab

#d97eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97eac Color CSS Codes

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

#d97eac Text Font Color

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

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


#d97eac Background Color

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

This div background color is #d97eac


#d97eac Border Color

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

This div border color is #d97eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97eac


Comments

No comments written yet.

Please login to write comment.