Color Hex Logo

#e8048a Color Hex

#E8048A
(232,4,138)
0 Favorites   0 Comments

Color spaces of #e8048a

RGB 2324138
HSL0.900.970.46
HSV325°98°91°
CMYK 0.000.980.41   0.09
XYZ37.909619.077625.7290
Yxy19.07760.45830.2306
Hunter Lab43.677978.4901-4.3509
CIE-Lab50.777980.2144-8.5129

#e8048a color RGB value is (232,4,138).

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

The process color (four color CMYK) of #e8048a color hex is 0.00, 0.98, 0.41, 0.09. Web safe color of #e8048a is #ff0099. Color #e8048a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00000100 10001010
Octal 350 4 212
Decimal 232 4 138
Hex E8 4 8A

RGB Percentages of Color #e8048a

%62.03
%1.07
%36.90

CMYK Percentages of Color #e8048a

%0
%98
%41
%9

Triadic Colors of #e8048a

#e8048a #8ae804 #048ae8

Analogous Colors of #e8048a

#e8048a #e80418 #d404e8

Monochromatic Colors of #e8048a

#e8048a

Complementary Color

#e8048a #04e862

#e8048a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8048a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8048a Color CSS Codes

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

#e8048a Text Font Color

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

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


#e8048a Background Color

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

This div background color is #e8048a


#e8048a Border Color

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

This div border color is #e8048a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8048a


Comments

No comments written yet.

Please login to write comment.