Color Hex Logo

#e050ab Color Hex

#E050AB
(224,80,171)
0 Favorites   0 Comments

Color spaces of #e050ab

RGB 22480171
HSL0.890.700.60
HSV322°64°88°
CMYK 0.000.640.24   0.12
XYZ40.959824.524941.1030
Yxy24.52490.38430.2301
Hunter Lab49.522660.9715-14.5439
CIE-Lab56.609564.6955-19.3555

#e050ab color RGB value is (224,80,171).

#e050ab hex color red value is 224, green value is 80 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e050ab hue: 0.89 , saturation: 0.70 and the lightness value of e050ab is 0.60.

The process color (four color CMYK) of #e050ab color hex is 0.00, 0.64, 0.24, 0.12. Web safe color of #e050ab is #cc6699. Color #e050ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010000 10101011
Octal 340 120 253
Decimal 224 80 171
Hex E0 50 AB

RGB Percentages of Color #e050ab

%47.16
%16.84
%36.00

CMYK Percentages of Color #e050ab

%0
%64
%24
%12

Triadic Colors of #e050ab

#e050ab #abe050 #50abe0

Analogous Colors of #e050ab

#e050ab #e05063 #cd50e0

Monochromatic Colors of #e050ab

#e050ab

Complementary Color

#e050ab #50e085

#e050ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e050ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e050ab Color CSS Codes

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

#e050ab Text Font Color

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

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


#e050ab Background Color

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

This div background color is #e050ab


#e050ab Border Color

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

This div border color is #e050ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e050ab


Comments

No comments written yet.

Please login to write comment.