Color Hex Logo

#e5649e Color Hex

#E5649E
(229,100,158)
0 Favorites   0 Comments

Color spaces of #e5649e

RGB 229100158
HSL0.930.710.65
HSV333°56°90°
CMYK 0.000.560.31   0.10
XYZ43.041828.241035.5303
Yxy28.24100.40300.2644
Hunter Lab53.142351.5745-2.4410
CIE-Lab60.105855.9188-6.4753

#e5649e color RGB value is (229,100,158).

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

The process color (four color CMYK) of #e5649e color hex is 0.00, 0.56, 0.31, 0.10. Web safe color of #e5649e is #cc6699. Color #e5649e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100100 10011110
Octal 345 144 236
Decimal 229 100 158
Hex E5 64 9E

RGB Percentages of Color #e5649e

%47.02
%20.53
%32.44

CMYK Percentages of Color #e5649e

%0
%56
%31
%10

Triadic Colors of #e5649e

#e5649e #9ee564 #649ee5

Analogous Colors of #e5649e

#e5649e #e56b64 #e564df

Monochromatic Colors of #e5649e

#e5649e

Complementary Color

#e5649e #64e5ab

#e5649e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5649e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5649e Color CSS Codes

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

#e5649e Text Font Color

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

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


#e5649e Background Color

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

This div background color is #e5649e


#e5649e Border Color

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

This div border color is #e5649e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5649e


Comments

No comments written yet.

Please login to write comment.