Color Hex Logo

#d58162 Color Hex

#D58162
(213,129,98)
0 Favorites   0 Comments

Color spaces of #d58162

RGB 21312998
HSL0.040.580.61
HSV16°54°84°
CMYK 0.000.390.54   0.16
XYZ37.495430.728515.5102
Yxy30.72850.44780.3670
Hunter Lab55.433323.730222.2140
CIE-Lab62.277829.300630.5099

#d58162 color RGB value is (213,129,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000001 01100010
Octal 325 201 142
Decimal 213 129 98
Hex D5 81 62

RGB Percentages of Color #d58162

%48.41
%29.32
%22.27

CMYK Percentages of Color #d58162

%0
%39
%54
%16

Triadic Colors of #d58162

#d58162 #62d581 #8162d5

Analogous Colors of #d58162

#d58162 #d5bb62 #d5627d

Monochromatic Colors of #d58162

#d58162

Complementary Color

#d58162 #62b6d5

#d58162 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58162 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58162 Color CSS Codes

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

#d58162 Text Font Color

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

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


#d58162 Background Color

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

This div background color is #d58162


#d58162 Border Color

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

This div border color is #d58162


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58162


Comments

No comments written yet.

Please login to write comment.