Color Hex Logo

#e4469e Color Hex

#E4469E
(228,70,158)
0 Favorites   0 Comments

Color spaces of #e4469e

RGB 22870158
HSL0.910.750.58
HSV327°69°89°
CMYK 0.000.690.31   0.11
XYZ40.356623.342934.7264
Yxy23.34290.41000.2372
Hunter Lab48.314564.5489-8.7950
CIE-Lab55.423867.9434-13.5014

#e4469e color RGB value is (228,70,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01000110 10011110
Octal 344 106 236
Decimal 228 70 158
Hex E4 46 9E

RGB Percentages of Color #e4469e

%50.00
%15.35
%34.65

CMYK Percentages of Color #e4469e

%0
%69
%31
%11

Triadic Colors of #e4469e

#e4469e #9ee446 #469ee4

Analogous Colors of #e4469e

#e4469e #e4464f #db46e4

Monochromatic Colors of #e4469e

#e4469e

Complementary Color

#e4469e #46e48c

#e4469e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4469e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4469e Color CSS Codes

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

#e4469e Text Font Color

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

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


#e4469e Background Color

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

This div background color is #e4469e


#e4469e Border Color

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

This div border color is #e4469e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4469e


Comments

No comments written yet.

Please login to write comment.