Color Hex Logo

#e4699e Color Hex

#E4699E
(228,105,158)
0 Favorites   0 Comments

Color spaces of #e4699e

RGB 228105158
HSL0.930.690.65
HSV334°54°89°
CMYK 0.000.540.31   0.11
XYZ43.218029.065835.6802
Yxy29.06580.40030.2692
Hunter Lab53.912748.7436-1.5001
CIE-Lab60.839753.2790-5.4035

#e4699e color RGB value is (228,105,158).

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

The process color (four color CMYK) of #e4699e color hex is 0.00, 0.54, 0.31, 0.11. Web safe color of #e4699e is #cc6699. Color #e4699e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101001 10011110
Octal 344 151 236
Decimal 228 105 158
Hex E4 69 9E

RGB Percentages of Color #e4699e

%46.44
%21.38
%32.18

CMYK Percentages of Color #e4699e

%0
%54
%31
%11

Triadic Colors of #e4699e

#e4699e #9ee469 #699ee4

Analogous Colors of #e4699e

#e4699e #e47269 #e469dc

Monochromatic Colors of #e4699e

#e4699e

Complementary Color

#e4699e #69e4af

#e4699e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4699e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4699e Color CSS Codes

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

#e4699e Text Font Color

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

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


#e4699e Background Color

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

This div background color is #e4699e


#e4699e Border Color

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

This div border color is #e4699e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4699e


Comments

No comments written yet.

Please login to write comment.