Color Hex Logo

#e301ab Color Hex

#E301AB
(227,1,171)
0 Favorites   0 Comments

Color spaces of #e301ab

RGB 2271171
HSL0.870.990.45
HSV315°100°89°
CMYK 0.001.000.25   0.11
XYZ39.040119.292940.1943
Yxy19.29290.39620.1958
Hunter Lab43.923781.7873-23.5093
CIE-Lab51.028182.7585-27.9055

#e301ab color RGB value is (227,1,171).

#e301ab hex color red value is 227, green value is 1 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e301ab hue: 0.87 , saturation: 0.99 and the lightness value of e301ab is 0.45.

The process color (four color CMYK) of #e301ab color hex is 0.00, 1.00, 0.25, 0.11. Web safe color of #e301ab is #cc0099. Color #e301ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00000001 10101011
Octal 343 1 253
Decimal 227 1 171
Hex E3 1 AB

RGB Percentages of Color #e301ab

%56.89
%0.25
%42.86

CMYK Percentages of Color #e301ab

%0
%100
%25
%11

Triadic Colors of #e301ab

#e301ab #abe301 #01abe3

Analogous Colors of #e301ab

#e301ab #e3013a #aa01e3

Monochromatic Colors of #e301ab

#e301ab

Complementary Color

#e301ab #01e339

#e301ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e301ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e301ab Color CSS Codes

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

#e301ab Text Font Color

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

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


#e301ab Background Color

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

This div background color is #e301ab


#e301ab Border Color

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

This div border color is #e301ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e301ab


Comments

No comments written yet.

Please login to write comment.