Color Hex Logo

#d58970 Color Hex

#D58970
(213,137,112)
0 Favorites   0 Comments

Color spaces of #d58970

RGB 213137112
HSL0.040.550.64
HSV15°47°84°
CMYK 0.000.360.47   0.16
XYZ39.310933.207319.6670
Yxy33.20730.42640.3602
Hunter Lab57.625820.923220.1031
CIE-Lab64.328426.287125.4424

#d58970 color RGB value is (213,137,112).

#d58970 hex color red value is 213, green value is 137 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #d58970 hue: 0.04 , saturation: 0.55 and the lightness value of d58970 is 0.64.

The process color (four color CMYK) of #d58970 color hex is 0.00, 0.36, 0.47, 0.16. Web safe color of #d58970 is #cc9966. Color #d58970 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001001 01110000
Octal 325 211 160
Decimal 213 137 112
Hex D5 89 70

RGB Percentages of Color #d58970

%46.10
%29.65
%24.24

CMYK Percentages of Color #d58970

%0
%36
%47
%16

Triadic Colors of #d58970

#d58970 #70d589 #8970d5

Analogous Colors of #d58970

#d58970 #d5bc70 #d5708a

Monochromatic Colors of #d58970

#d58970

Complementary Color

#d58970 #70bcd5

#d58970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58970 Color CSS Codes

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

#d58970 Text Font Color

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

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


#d58970 Background Color

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

This div background color is #d58970


#d58970 Border Color

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

This div border color is #d58970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58970


Comments

No comments written yet.

Please login to write comment.