Color Hex Logo

#d97496 Color Hex

#D97496
(217,116,150)
0 Favorites   0 Comments

Color spaces of #d97496

RGB 217116150
HSL0.940.570.65
HSV340°47°85°
CMYK 0.000.470.31   0.15
XYZ40.365729.444532.4100
Yxy29.44450.39490.2880
Hunter Lab54.262837.82502.5713
CIE-Lab61.171943.1952-0.4824

#d97496 color RGB value is (217,116,150).

#d97496 hex color red value is 217, green value is 116 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #d97496 hue: 0.94 , saturation: 0.57 and the lightness value of d97496 is 0.65.

The process color (four color CMYK) of #d97496 color hex is 0.00, 0.47, 0.31, 0.15. Web safe color of #d97496 is #cc6699. Color #d97496 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110100 10010110
Octal 331 164 226
Decimal 217 116 150
Hex D9 74 96

RGB Percentages of Color #d97496

%44.93
%24.02
%31.06

CMYK Percentages of Color #d97496

%0
%47
%31
%15

Triadic Colors of #d97496

#d97496 #96d974 #7496d9

Analogous Colors of #d97496

#d97496 #d98574 #d974c9

Monochromatic Colors of #d97496

#d97496

Complementary Color

#d97496 #74d9b7

#d97496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97496 Color CSS Codes

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

#d97496 Text Font Color

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

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


#d97496 Background Color

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

This div background color is #d97496


#d97496 Border Color

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

This div border color is #d97496


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,116,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97496


Comments

No comments written yet.

Please login to write comment.