Color Hex Logo

#d58962 Color Hex

#D58962
(213,137,98)
0 Favorites   0 Comments

Color spaces of #d58962

RGB 21313798
HSL0.060.580.61
HSV20°54°84°
CMYK 0.000.360.54   0.16
XYZ38.590832.919315.8754
Yxy32.91930.44160.3767
Hunter Lab57.375319.652723.7576
CIE-Lab64.095525.002232.8305

#d58962 color RGB value is (213,137,98).

#d58962 hex color red value is 213, green value is 137 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #d58962 hue: 0.06 , saturation: 0.58 and the lightness value of d58962 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001001 01100010
Octal 325 211 142
Decimal 213 137 98
Hex D5 89 62

RGB Percentages of Color #d58962

%47.54
%30.58
%21.88

CMYK Percentages of Color #d58962

%0
%36
%54
%16

Triadic Colors of #d58962

#d58962 #62d589 #8962d5

Analogous Colors of #d58962

#d58962 #d5c362 #d56275

Monochromatic Colors of #d58962

#d58962

Complementary Color

#d58962 #62aed5

#d58962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58962 Color CSS Codes

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

#d58962 Text Font Color

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

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


#d58962 Background Color

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

This div background color is #d58962


#d58962 Border Color

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

This div border color is #d58962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58962


Comments

No comments written yet.

Please login to write comment.