Color Hex Logo

#d5816a Color Hex

#D5816A
(213,129,106)
0 Favorites   0 Comments

Color spaces of #d5816a

RGB 213129106
HSL0.040.560.63
HSV13°50°84°
CMYK 0.000.390.50   0.16
XYZ37.892330.887317.6004
Yxy30.88730.43870.3576
Hunter Lab55.576324.443820.1270
CIE-Lab62.412430.009726.2462

#d5816a color RGB value is (213,129,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000001 01101010
Octal 325 201 152
Decimal 213 129 106
Hex D5 81 6A

RGB Percentages of Color #d5816a

%47.54
%28.79
%23.66

CMYK Percentages of Color #d5816a

%0
%39
%50
%16

Triadic Colors of #d5816a

#d5816a #6ad581 #816ad5

Analogous Colors of #d5816a

#d5816a #d5b76a #d56a89

Monochromatic Colors of #d5816a

#d5816a

Complementary Color

#d5816a #6abed5

#d5816a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5816a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5816a Color CSS Codes

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

#d5816a Text Font Color

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

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


#d5816a Background Color

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

This div background color is #d5816a


#d5816a Border Color

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

This div border color is #d5816a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5816a


Comments

No comments written yet.

Please login to write comment.