Color Hex Logo

#d57962 Color Hex

#D57962
(213,121,98)
0 Favorites   0 Comments

Color spaces of #d57962

RGB 21312198
HSL0.030.580.61
HSV12°54°84°
CMYK 0.000.430.54   0.16
XYZ36.482528.702715.1726
Yxy28.70270.45400.3572
Hunter Lab53.574927.795720.7113
CIE-Lab60.518333.552028.2398

#d57962 color RGB value is (213,121,98).

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

The process color (four color CMYK) of #d57962 color hex is 0.00, 0.43, 0.54, 0.16. Web safe color of #d57962 is #cc6666. Color #d57962 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01111001 01100010
Octal 325 171 142
Decimal 213 121 98
Hex D5 79 62

RGB Percentages of Color #d57962

%49.31
%28.01
%22.69

CMYK Percentages of Color #d57962

%0
%43
%54
%16

Triadic Colors of #d57962

#d57962 #62d579 #7962d5

Analogous Colors of #d57962

#d57962 #d5b362 #d56285

Monochromatic Colors of #d57962

#d57962

Complementary Color

#d57962 #62bed5

#d57962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d57962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d57962 Color CSS Codes

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

#d57962 Text Font Color

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

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


#d57962 Background Color

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

This div background color is #d57962


#d57962 Border Color

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

This div border color is #d57962


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,121,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 #d57962">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d57962


Comments

No comments written yet.

Please login to write comment.