Color Hex Logo

#ea2aae Color Hex

#EA2AAE
(234,42,174)
0 Favorites   0 Comments

Color spaces of #ea2aae

RGB 23442174
HSL0.890.820.54
HSV319°82°92°
CMYK 0.000.820.26   0.08
XYZ42.399622.204342.0956
Yxy22.20430.39740.2081
Hunter Lab47.121478.1508-19.9813
CIE-Lab54.243179.2700-24.5899

#ea2aae color RGB value is (234,42,174).

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

The process color (four color CMYK) of #ea2aae color hex is 0.00, 0.82, 0.26, 0.08. Web safe color of #ea2aae is #ff3399. Color #ea2aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00101010 10101110
Octal 352 52 256
Decimal 234 42 174
Hex EA 2A AE

RGB Percentages of Color #ea2aae

%52.00
%9.33
%38.67

CMYK Percentages of Color #ea2aae

%0
%82
%26
%8

Triadic Colors of #ea2aae

#ea2aae #aeea2a #2aaeea

Analogous Colors of #ea2aae

#ea2aae #ea2a4e #c62aea

Monochromatic Colors of #ea2aae

#ea2aae

Complementary Color

#ea2aae #2aea66

#ea2aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea2aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea2aae Color CSS Codes

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

#ea2aae Text Font Color

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

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


#ea2aae Background Color

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

This div background color is #ea2aae


#ea2aae Border Color

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

This div border color is #ea2aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea2aae


Comments

No comments written yet.

Please login to write comment.