Color Hex Logo

#e4669e Color Hex

#E4669E
(228,102,158)
0 Favorites   0 Comments

Color spaces of #e4669e

RGB 228102158
HSL0.930.700.65
HSV333°55°89°
CMYK 0.000.550.31   0.11
XYZ42.917828.465335.5801
Yxy28.46530.40120.2661
Hunter Lab53.352950.2203-2.1924
CIE-Lab60.306854.6835-6.1931

#e4669e color RGB value is (228,102,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01100110 10011110
Octal 344 146 236
Decimal 228 102 158
Hex E4 66 9E

RGB Percentages of Color #e4669e

%46.72
%20.90
%32.38

CMYK Percentages of Color #e4669e

%0
%55
%31
%11

Triadic Colors of #e4669e

#e4669e #9ee466 #669ee4

Analogous Colors of #e4669e

#e4669e #e46d66 #e466dd

Monochromatic Colors of #e4669e

#e4669e

Complementary Color

#e4669e #66e4ac

#e4669e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4669e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4669e Color CSS Codes

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

#e4669e Text Font Color

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

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


#e4669e Background Color

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

This div background color is #e4669e


#e4669e Border Color

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

This div border color is #e4669e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4669e


Comments

No comments written yet.

Please login to write comment.