Color Hex Logo

#ea02ab Color Hex

#EA02AB
(234,2,171)
0 Favorites   0 Comments

Color spaces of #ea02ab

RGB 2342171
HSL0.880.980.46
HSV316°99°92°
CMYK 0.000.990.27   0.08
XYZ41.304120.476140.3034
Yxy20.47610.40460.2006
Hunter Lab45.250583.7441-21.1326
CIE-Lab52.371384.0191-25.7194

#ea02ab color RGB value is (234,2,171).

#ea02ab hex color red value is 234, green value is 2 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ea02ab hue: 0.88 , saturation: 0.98 and the lightness value of ea02ab is 0.46.

The process color (four color CMYK) of #ea02ab color hex is 0.00, 0.99, 0.27, 0.08. Web safe color of #ea02ab is #ff0099. Color #ea02ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00000010 10101011
Octal 352 2 253
Decimal 234 2 171
Hex EA 2 AB

RGB Percentages of Color #ea02ab

%57.49
%0.49
%42.01

CMYK Percentages of Color #ea02ab

%0
%99
%27
%8

Triadic Colors of #ea02ab

#ea02ab #abea02 #02abea

Analogous Colors of #ea02ab

#ea02ab #ea0237 #b502ea

Monochromatic Colors of #ea02ab

#ea02ab

Complementary Color

#ea02ab #02ea41

#ea02ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea02ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea02ab Color CSS Codes

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

#ea02ab Text Font Color

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

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


#ea02ab Background Color

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

This div background color is #ea02ab


#ea02ab Border Color

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

This div border color is #ea02ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea02ab


Comments

No comments written yet.

Please login to write comment.