Color Hex Logo

#e5689e Color Hex

#E5689E
(229,104,158)
0 Favorites   0 Comments

Color spaces of #e5689e

RGB 229104158
HSL0.930.710.65
HSV334°55°90°
CMYK 0.000.550.31   0.10
XYZ43.435029.027335.6613
Yxy29.02730.40170.2685
Hunter Lab53.877049.6199-1.5303
CIE-Lab60.805754.0677-5.4377

#e5689e color RGB value is (229,104,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101000 10011110
Octal 345 150 236
Decimal 229 104 158
Hex E5 68 9E

RGB Percentages of Color #e5689e

%46.64
%21.18
%32.18

CMYK Percentages of Color #e5689e

%0
%55
%31
%10

Triadic Colors of #e5689e

#e5689e #9ee568 #689ee5

Analogous Colors of #e5689e

#e5689e #e57168 #e568dd

Monochromatic Colors of #e5689e

#e5689e

Complementary Color

#e5689e #68e5af

#e5689e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5689e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5689e Color CSS Codes

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

#e5689e Text Font Color

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

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


#e5689e Background Color

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

This div background color is #e5689e


#e5689e Border Color

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

This div border color is #e5689e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5689e


Comments

No comments written yet.

Please login to write comment.