Color Hex Logo

#e3159a Color Hex

#E3159A
(227,21,154)
0 Favorites   0 Comments

Color spaces of #e3159a

RGB 22721154
HSL0.890.830.49
HSV321°91°89°
CMYK 0.000.910.32   0.11
XYZ37.779519.200332.2867
Yxy19.20030.42320.2151
Hunter Lab43.818177.2189-13.0142
CIE-Lab50.920779.1772-17.9873

#e3159a color RGB value is (227,21,154).

#e3159a hex color red value is 227, green value is 21 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #e3159a hue: 0.89 , saturation: 0.83 and the lightness value of e3159a is 0.49.

The process color (four color CMYK) of #e3159a color hex is 0.00, 0.91, 0.32, 0.11. Web safe color of #e3159a is #cc0099. Color #e3159a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010101 10011010
Octal 343 25 232
Decimal 227 21 154
Hex E3 15 9A

RGB Percentages of Color #e3159a

%56.47
%5.22
%38.31

CMYK Percentages of Color #e3159a

%0
%91
%32
%11

Triadic Colors of #e3159a

#e3159a #9ae315 #159ae3

Analogous Colors of #e3159a

#e3159a #e31533 #c515e3

Monochromatic Colors of #e3159a

#e3159a

Complementary Color

#e3159a #15e35e

#e3159a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3159a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3159a Color CSS Codes

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

#e3159a Text Font Color

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

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


#e3159a Background Color

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

This div background color is #e3159a


#e3159a Border Color

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

This div border color is #e3159a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3159a


Comments

No comments written yet.

Please login to write comment.