Color Hex Logo

#e5869a Color Hex

#E5869A
(229,134,154)
0 Favorites   0 Comments

Color spaces of #e5869a

RGB 229134154
HSL0.960.650.71
HSV347°41°90°
CMYK 0.000.410.33   0.10
XYZ46.670936.041335.0687
Yxy36.04130.39630.3060
Hunter Lab60.034433.70617.3902
CIE-Lab66.551538.63745.2367

#e5869a color RGB value is (229,134,154).

#e5869a hex color red value is 229, green value is 134 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #e5869a hue: 0.96 , saturation: 0.65 and the lightness value of e5869a is 0.71.

The process color (four color CMYK) of #e5869a color hex is 0.00, 0.41, 0.33, 0.10. Web safe color of #e5869a is #cc9999. Color #e5869a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000110 10011010
Octal 345 206 232
Decimal 229 134 154
Hex E5 86 9A

RGB Percentages of Color #e5869a

%44.29
%25.92
%29.79

CMYK Percentages of Color #e5869a

%0
%41
%33
%10

Triadic Colors of #e5869a

#e5869a #9ae586 #869ae5

Analogous Colors of #e5869a

#e5869a #e5a286 #e586ca

Monochromatic Colors of #e5869a

#e5869a

Complementary Color

#e5869a #86e5d1

#e5869a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5869a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5869a Color CSS Codes

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

#e5869a Text Font Color

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

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


#e5869a Background Color

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

This div background color is #e5869a


#e5869a Border Color

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

This div border color is #e5869a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5869a


Comments

No comments written yet.

Please login to write comment.