Color Hex Logo

#e5816a Color Hex

#E5816A
(229,129,106)
0 Favorites   0 Comments

Color spaces of #e5816a

RGB 229129106
HSL0.030.700.66
HSV11°54°90°
CMYK 0.000.440.54   0.10
XYZ42.764933.399117.8284
Yxy33.39910.45500.3553
Hunter Lab57.792030.950522.1638
CIE-Lab64.482836.227629.3474

#e5816a color RGB value is (229,129,106).

#e5816a hex color red value is 229, green value is 129 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #e5816a hue: 0.03 , saturation: 0.70 and the lightness value of e5816a is 0.66.

The process color (four color CMYK) of #e5816a color hex is 0.00, 0.44, 0.54, 0.10. Web safe color of #e5816a is #cc9966. Color #e5816a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000001 01101010
Octal 345 201 152
Decimal 229 129 106
Hex E5 81 6A

RGB Percentages of Color #e5816a

%49.35
%27.80
%22.84

CMYK Percentages of Color #e5816a

%0
%44
%54
%10

Triadic Colors of #e5816a

#e5816a #6ae581 #816ae5

Analogous Colors of #e5816a

#e5816a #e5bf6a #e56a91

Monochromatic Colors of #e5816a

#e5816a

Complementary Color

#e5816a #6acee5

#e5816a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5816a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5816a Color CSS Codes

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

#e5816a Text Font Color

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

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


#e5816a Background Color

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

This div background color is #e5816a


#e5816a Border Color

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

This div border color is #e5816a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5816a


Comments

No comments written yet.

Please login to write comment.