Color Hex Logo

#e4029f Color Hex

#E4029F
(228,2,159)
0 Favorites   0 Comments

Color spaces of #e4029f

RGB 2282159
HSL0.880.980.45
HSV318°99°89°
CMYK 0.000.990.30   0.11
XYZ38.274619.040634.4588
Yxy19.04060.41710.2075
Hunter Lab43.635580.2078-16.2762
CIE-Lab50.734781.5781-21.2342

#e4029f color RGB value is (228,2,159).

#e4029f hex color red value is 228, green value is 2 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #e4029f hue: 0.88 , saturation: 0.98 and the lightness value of e4029f is 0.45.

The process color (four color CMYK) of #e4029f color hex is 0.00, 0.99, 0.30, 0.11. Web safe color of #e4029f is #cc0099. Color #e4029f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00000010 10011111
Octal 344 2 237
Decimal 228 2 159
Hex E4 2 9F

RGB Percentages of Color #e4029f

%58.61
%0.51
%40.87

CMYK Percentages of Color #e4029f

%0
%99
%30
%11

Triadic Colors of #e4029f

#e4029f #9fe402 #029fe4

Analogous Colors of #e4029f

#e4029f #e4022e #b802e4

Monochromatic Colors of #e4029f

#e4029f

Complementary Color

#e4029f #02e447

#e4029f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4029f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4029f Color CSS Codes

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

#e4029f Text Font Color

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

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


#e4029f Background Color

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

This div background color is #e4029f


#e4029f Border Color

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

This div border color is #e4029f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,2,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e4029f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4029f


Comments

No comments written yet.

Please login to write comment.