Color Hex Logo

#e4469a Color Hex

#E4469A
(228,70,154)
0 Favorites   0 Comments

Color spaces of #e4469a

RGB 22870154
HSL0.910.750.58
HSV328°69°89°
CMYK 0.000.690.32   0.11
XYZ40.017823.207432.9422
Yxy23.20740.41610.2413
Hunter Lab48.174163.9739-6.8216
CIE-Lab55.285367.4856-11.3587

#e4469a color RGB value is (228,70,154).

#e4469a hex color red value is 228, green value is 70 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #e4469a hue: 0.91 , saturation: 0.75 and the lightness value of e4469a is 0.58.

The process color (four color CMYK) of #e4469a color hex is 0.00, 0.69, 0.32, 0.11. Web safe color of #e4469a is #cc3399. Color #e4469a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01000110 10011010
Octal 344 106 232
Decimal 228 70 154
Hex E4 46 9A

RGB Percentages of Color #e4469a

%50.44
%15.49
%34.07

CMYK Percentages of Color #e4469a

%0
%69
%32
%11

Triadic Colors of #e4469a

#e4469a #9ae446 #469ae4

Analogous Colors of #e4469a

#e4469a #e4464b #df46e4

Monochromatic Colors of #e4469a

#e4469a

Complementary Color

#e4469a #46e490

#e4469a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4469a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4469a Color CSS Codes

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

#e4469a Text Font Color

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

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


#e4469a Background Color

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

This div background color is #e4469a


#e4469a Border Color

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

This div border color is #e4469a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4469a


Comments

No comments written yet.

Please login to write comment.