Color Hex Logo

#ea2abc Color Hex

#EA2ABC
(234,42,188)
0 Favorites   0 Comments

Color spaces of #ea2abc

RGB 23442188
HSL0.870.820.54
HSV314°82°92°
CMYK 0.000.820.20   0.08
XYZ43.836722.779249.6633
Yxy22.77920.37700.1959
Hunter Lab47.727680.4250-28.2854
CIE-Lab54.844280.9477-31.8080

#ea2abc color RGB value is (234,42,188).

#ea2abc hex color red value is 234, green value is 42 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ea2abc hue: 0.87 , saturation: 0.82 and the lightness value of ea2abc is 0.54.

The process color (four color CMYK) of #ea2abc color hex is 0.00, 0.82, 0.20, 0.08. Web safe color of #ea2abc is #ff33cc. Color #ea2abc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00101010 10111100
Octal 352 52 274
Decimal 234 42 188
Hex EA 2A BC

RGB Percentages of Color #ea2abc

%50.43
%9.05
%40.52

CMYK Percentages of Color #ea2abc

%0
%82
%20
%8

Triadic Colors of #ea2abc

#ea2abc #bcea2a #2abcea

Analogous Colors of #ea2abc

#ea2abc #ea2a5c #b82aea

Monochromatic Colors of #ea2abc

#ea2abc

Complementary Color

#ea2abc #2aea58

#ea2abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea2abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea2abc Color CSS Codes

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

#ea2abc Text Font Color

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

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


#ea2abc Background Color

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

This div background color is #ea2abc


#ea2abc Border Color

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

This div border color is #ea2abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea2abc


Comments

No comments written yet.

Please login to write comment.