Color Hex Logo

#e5817e Color Hex

#E5817E
(229,129,126)
0 Favorites   0 Comments

Color spaces of #e5817e

RGB 229129126
HSL0.000.660.70
HSV45°90°
CMYK 0.000.440.45   0.10
XYZ43.929333.864923.9599
Yxy33.86490.43170.3328
Hunter Lab58.193632.907816.3242
CIE-Lab64.855238.068518.6598

#e5817e color RGB value is (229,129,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000001 01111110
Octal 345 201 176
Decimal 229 129 126
Hex E5 81 7E

RGB Percentages of Color #e5817e

%47.31
%26.65
%26.03

CMYK Percentages of Color #e5817e

%0
%44
%45
%10

Triadic Colors of #e5817e

#e5817e #7ee581 #817ee5

Analogous Colors of #e5817e

#e5817e #e5b57e #e57eaf

Monochromatic Colors of #e5817e

#e5817e

Complementary Color

#e5817e #7ee2e5

#e5817e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5817e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5817e Color CSS Codes

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

#e5817e Text Font Color

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

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


#e5817e Background Color

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

This div background color is #e5817e


#e5817e Border Color

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

This div border color is #e5817e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5817e


Comments

No comments written yet.

Please login to write comment.