Color Hex Logo

#e5038a Color Hex

#E5038A
(229,3,138)
0 Favorites   0 Comments

Color spaces of #e5038a

RGB 2293138
HSL0.900.970.45
HSV324°99°90°
CMYK 0.000.990.40   0.10
XYZ36.933118.558125.6802
Yxy18.55810.45500.2286
Hunter Lab43.079177.6453-5.1884
CIE-Lab50.166179.6635-9.4894

#e5038a color RGB value is (229,3,138).

#e5038a hex color red value is 229, green value is 3 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #e5038a hue: 0.90 , saturation: 0.97 and the lightness value of e5038a is 0.45.

The process color (four color CMYK) of #e5038a color hex is 0.00, 0.99, 0.40, 0.10. Web safe color of #e5038a is #cc0099. Color #e5038a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000011 10001010
Octal 345 3 212
Decimal 229 3 138
Hex E5 3 8A

RGB Percentages of Color #e5038a

%61.89
%0.81
%37.30

CMYK Percentages of Color #e5038a

%0
%99
%40
%10

Triadic Colors of #e5038a

#e5038a #8ae503 #038ae5

Analogous Colors of #e5038a

#e5038a #e50319 #cf03e5

Monochromatic Colors of #e5038a

#e5038a

Complementary Color

#e5038a #03e55e

#e5038a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5038a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5038a Color CSS Codes

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

#e5038a Text Font Color

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

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


#e5038a Background Color

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

This div background color is #e5038a


#e5038a Border Color

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

This div border color is #e5038a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5038a


Comments

No comments written yet.

Please login to write comment.