Color Hex Logo

#ea25aa Color Hex

#EA25AA
(234,37,170)
0 Favorites   0 Comments

Color spaces of #ea25aa

RGB 23437170
HSL0.890.820.53
HSV319°84°92°
CMYK 0.000.840.27   0.08
XYZ41.849021.717840.0165
Yxy21.71780.40400.2097
Hunter Lab46.602478.7392-18.2895
CIE-Lab53.726379.8367-23.0416

#ea25aa color RGB value is (234,37,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00100101 10101010
Octal 352 45 252
Decimal 234 37 170
Hex EA 25 AA

RGB Percentages of Color #ea25aa

%53.06
%8.39
%38.55

CMYK Percentages of Color #ea25aa

%0
%84
%27
%8

Triadic Colors of #ea25aa

#ea25aa #aaea25 #25aaea

Analogous Colors of #ea25aa

#ea25aa #ea2548 #c825ea

Monochromatic Colors of #ea25aa

#ea25aa

Complementary Color

#ea25aa #25ea65

#ea25aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea25aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea25aa Color CSS Codes

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

#ea25aa Text Font Color

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

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


#ea25aa Background Color

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

This div background color is #ea25aa


#ea25aa Border Color

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

This div border color is #ea25aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea25aa


Comments

No comments written yet.

Please login to write comment.