Color Hex Logo

#ea2497 Color Hex

#EA2497
(234,36,151)
0 Favorites   0 Comments

Color spaces of #ea2497

RGB 23436151
HSL0.900.830.53
HSV325°85°92°
CMYK 0.000.850.35   0.08
XYZ40.148520.988531.2133
Yxy20.98850.43470.2273
Hunter Lab45.813276.2557-8.3260
CIE-Lab52.936978.0157-13.0165

#ea2497 color RGB value is (234,36,151).

#ea2497 hex color red value is 234, green value is 36 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #ea2497 hue: 0.90 , saturation: 0.83 and the lightness value of ea2497 is 0.53.

The process color (four color CMYK) of #ea2497 color hex is 0.00, 0.85, 0.35, 0.08. Web safe color of #ea2497 is #ff3399. Color #ea2497 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00100100 10010111
Octal 352 44 227
Decimal 234 36 151
Hex EA 24 97

RGB Percentages of Color #ea2497

%55.58
%8.55
%35.87

CMYK Percentages of Color #ea2497

%0
%85
%35
%8

Triadic Colors of #ea2497

#ea2497 #97ea24 #2497ea

Analogous Colors of #ea2497

#ea2497 #ea2434 #da24ea

Monochromatic Colors of #ea2497

#ea2497

Complementary Color

#ea2497 #24ea77

#ea2497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea2497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea2497 Color CSS Codes

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

#ea2497 Text Font Color

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

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


#ea2497 Background Color

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

This div background color is #ea2497


#ea2497 Border Color

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

This div border color is #ea2497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea2497


Comments

No comments written yet.

Please login to write comment.