Color Hex Logo

#d97059 Color Hex

#D97059
(217,112,89)
0 Favorites   0 Comments

Color spaces of #d97059

RGB 21711289
HSL0.030.630.60
HSV11°59°85°
CMYK 0.000.480.59   0.15
XYZ36.212627.061312.7659
Yxy27.06130.47620.3559
Hunter Lab52.020533.221921.8645
CIE-Lab59.031039.064631.4764

#d97059 color RGB value is (217,112,89).

#d97059 hex color red value is 217, green value is 112 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #d97059 hue: 0.03 , saturation: 0.63 and the lightness value of d97059 is 0.60.

The process color (four color CMYK) of #d97059 color hex is 0.00, 0.48, 0.59, 0.15. Web safe color of #d97059 is #cc6666. Color #d97059 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110000 01011001
Octal 331 160 131
Decimal 217 112 89
Hex D9 70 59

RGB Percentages of Color #d97059

%51.91
%26.79
%21.29

CMYK Percentages of Color #d97059

%0
%48
%59
%15

Triadic Colors of #d97059

#d97059 #59d970 #7059d9

Analogous Colors of #d97059

#d97059 #d9b059 #d95982

Monochromatic Colors of #d97059

#d97059

Complementary Color

#d97059 #59c2d9

#d97059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97059 Color CSS Codes

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

#d97059 Text Font Color

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

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


#d97059 Background Color

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

This div background color is #d97059


#d97059 Border Color

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

This div border color is #d97059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97059


Comments

No comments written yet.

Please login to write comment.