Color Hex Logo

#d97592 Color Hex

#D97592
(217,117,146)
0 Favorites   0 Comments

Color spaces of #d97592

RGB 217117146
HSL0.950.570.65
HSV343°46°85°
CMYK 0.000.460.33   0.15
XYZ40.164929.549630.7809
Yxy29.54960.39970.2940
Hunter Lab54.359536.76004.4789
CIE-Lab61.263642.17561.9518

#d97592 color RGB value is (217,117,146).

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

The process color (four color CMYK) of #d97592 color hex is 0.00, 0.46, 0.33, 0.15. Web safe color of #d97592 is #cc6699. Color #d97592 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110101 10010010
Octal 331 165 222
Decimal 217 117 146
Hex D9 75 92

RGB Percentages of Color #d97592

%45.21
%24.38
%30.42

CMYK Percentages of Color #d97592

%0
%46
%33
%15

Triadic Colors of #d97592

#d97592 #92d975 #7592d9

Analogous Colors of #d97592

#d97592 #d98a75 #d975c4

Monochromatic Colors of #d97592

#d97592

Complementary Color

#d97592 #75d9bc

#d97592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97592 Color CSS Codes

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

#d97592 Text Font Color

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

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


#d97592 Background Color

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

This div background color is #d97592


#d97592 Border Color

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

This div border color is #d97592


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97592


Comments

No comments written yet.

Please login to write comment.