Color Hex Logo

#ea2caa Color Hex

#EA2CAA
(234,44,170)
0 Favorites   0 Comments

Color spaces of #ea2caa

RGB 23444170
HSL0.890.820.55
HSV320°81°92°
CMYK 0.000.810.27   0.08
XYZ42.088122.196140.0962
Yxy22.19610.40320.2126
Hunter Lab47.112777.0154-17.4810
CIE-Lab54.234578.3694-22.2605

#ea2caa color RGB value is (234,44,170).

#ea2caa hex color red value is 234, green value is 44 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ea2caa hue: 0.89 , saturation: 0.82 and the lightness value of ea2caa is 0.55.

The process color (four color CMYK) of #ea2caa color hex is 0.00, 0.81, 0.27, 0.08. Web safe color of #ea2caa is #ff3399. Color #ea2caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00101100 10101010
Octal 352 54 252
Decimal 234 44 170
Hex EA 2C AA

RGB Percentages of Color #ea2caa

%52.23
%9.82
%37.95

CMYK Percentages of Color #ea2caa

%0
%81
%27
%8

Triadic Colors of #ea2caa

#ea2caa #aaea2c #2caaea

Analogous Colors of #ea2caa

#ea2caa #ea2c4b #cb2cea

Monochromatic Colors of #ea2caa

#ea2caa

Complementary Color

#ea2caa #2cea6c

#ea2caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea2caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea2caa Color CSS Codes

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

#ea2caa Text Font Color

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

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


#ea2caa Background Color

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

This div background color is #ea2caa


#ea2caa Border Color

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

This div border color is #ea2caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea2caa


Comments

No comments written yet.

Please login to write comment.