Color Hex Logo

#ea02af Color Hex

#EA02AF
(234,2,175)
0 Favorites   0 Comments

Color spaces of #ea02af

RGB 2342175
HSL0.880.980.46
HSV315°99°92°
CMYK 0.000.990.25   0.08
XYZ41.691320.631042.3422
Yxy20.63100.39830.1971
Hunter Lab45.421484.3540-23.4757
CIE-Lab52.543384.4576-27.8046

#ea02af color RGB value is (234,2,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00000010 10101111
Octal 352 2 257
Decimal 234 2 175
Hex EA 2 AF

RGB Percentages of Color #ea02af

%56.93
%0.49
%42.58

CMYK Percentages of Color #ea02af

%0
%99
%25
%8

Triadic Colors of #ea02af

#ea02af #afea02 #02afea

Analogous Colors of #ea02af

#ea02af #ea023b #b102ea

Monochromatic Colors of #ea02af

#ea02af

Complementary Color

#ea02af #02ea3d

#ea02af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea02af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea02af Color CSS Codes

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

#ea02af Text Font Color

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

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


#ea02af Background Color

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

This div background color is #ea02af


#ea02af Border Color

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

This div border color is #ea02af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea02af


Comments

No comments written yet.

Please login to write comment.