Color Hex Logo

#d97d93 Color Hex

#D97D93
(217,125,147)
0 Favorites   0 Comments

Color spaces of #d97d93

RGB 217125147
HSL0.960.550.67
HSV346°42°85°
CMYK 0.000.420.32   0.15
XYZ41.215331.525531.5165
Yxy31.52550.39530.3024
Hunter Lab56.147632.77026.0229
CIE-Lab62.948838.15493.8197

#d97d93 color RGB value is (217,125,147).

#d97d93 hex color red value is 217, green value is 125 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #d97d93 hue: 0.96 , saturation: 0.55 and the lightness value of d97d93 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111101 10010011
Octal 331 175 223
Decimal 217 125 147
Hex D9 7D 93

RGB Percentages of Color #d97d93

%44.38
%25.56
%30.06

CMYK Percentages of Color #d97d93

%0
%42
%32
%15

Triadic Colors of #d97d93

#d97d93 #93d97d #7d93d9

Analogous Colors of #d97d93

#d97d93 #d9957d #d97dc1

Monochromatic Colors of #d97d93

#d97d93

Complementary Color

#d97d93 #7dd9c3

#d97d93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97d93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97d93 Color CSS Codes

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

#d97d93 Text Font Color

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

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


#d97d93 Background Color

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

This div background color is #d97d93


#d97d93 Border Color

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

This div border color is #d97d93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97d93


Comments

No comments written yet.

Please login to write comment.