Color Hex Logo

#e914ab Color Hex

#E914AB
(233,20,171)
0 Favorites   0 Comments

Color spaces of #e914ab

RGB 23320171
HSL0.880.840.50
HSV317°91°91°
CMYK 0.000.910.27   0.09
XYZ41.205120.764240.3642
Yxy20.76420.40270.2029
Hunter Lab45.567881.6669-20.6220
CIE-Lab52.690582.3405-25.2413

#e914ab color RGB value is (233,20,171).

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

The process color (four color CMYK) of #e914ab color hex is 0.00, 0.91, 0.27, 0.09. Web safe color of #e914ab is #ff0099. Color #e914ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00010100 10101011
Octal 351 24 253
Decimal 233 20 171
Hex E9 14 AB

RGB Percentages of Color #e914ab

%54.95
%4.72
%40.33

CMYK Percentages of Color #e914ab

%0
%91
%27
%9

Triadic Colors of #e914ab

#e914ab #abe914 #14abe9

Analogous Colors of #e914ab

#e914ab #e91441 #bd14e9

Monochromatic Colors of #e914ab

#e914ab

Complementary Color

#e914ab #14e952

#e914ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e914ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e914ab Color CSS Codes

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

#e914ab Text Font Color

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

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


#e914ab Background Color

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

This div background color is #e914ab


#e914ab Border Color

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

This div border color is #e914ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e914ab


Comments

No comments written yet.

Please login to write comment.