Color Hex Logo

#e414ab Color Hex

#E414AB
(228,20,171)
0 Favorites   0 Comments

Color spaces of #e414ab

RGB 22820171
HSL0.880.840.49
HSV316°91°89°
CMYK 0.000.910.25   0.11
XYZ39.595719.934640.2889
Yxy19.93460.39670.1997
Hunter Lab44.648280.1663-22.2474
CIE-Lab51.763281.3450-26.7506

#e414ab color RGB value is (228,20,171).

#e414ab hex color red value is 228, green value is 20 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e414ab hue: 0.88 , saturation: 0.84 and the lightness value of e414ab is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00010100 10101011
Octal 344 24 253
Decimal 228 20 171
Hex E4 14 AB

RGB Percentages of Color #e414ab

%54.42
%4.77
%40.81

CMYK Percentages of Color #e414ab

%0
%91
%25
%11

Triadic Colors of #e414ab

#e414ab #abe414 #14abe4

Analogous Colors of #e414ab

#e414ab #e41443 #b514e4

Monochromatic Colors of #e414ab

#e414ab

Complementary Color

#e414ab #14e44d

#e414ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e414ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e414ab Color CSS Codes

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

#e414ab Text Font Color

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

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


#e414ab Background Color

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

This div background color is #e414ab


#e414ab Border Color

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

This div border color is #e414ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e414ab


Comments

No comments written yet.

Please login to write comment.