Color Hex Logo

#ea457e Color Hex

#EA457E
(234,69,126)
0 Favorites   0 Comments

Color spaces of #ea457e

RGB 23469126
HSL0.940.800.59
HSV339°71°92°
CMYK 0.000.710.46   0.08
XYZ39.825723.255022.1283
Yxy23.25500.46740.2729
Hunter Lab48.223463.02466.5500
CIE-Lab55.334066.67515.4027

#ea457e color RGB value is (234,69,126).

#ea457e hex color red value is 234, green value is 69 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ea457e hue: 0.94 , saturation: 0.80 and the lightness value of ea457e is 0.59.

The process color (four color CMYK) of #ea457e color hex is 0.00, 0.71, 0.46, 0.08. Web safe color of #ea457e is #ff3366. Color #ea457e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000101 01111110
Octal 352 105 176
Decimal 234 69 126
Hex EA 45 7E

RGB Percentages of Color #ea457e

%54.55
%16.08
%29.37

CMYK Percentages of Color #ea457e

%0
%71
%46
%8

Triadic Colors of #ea457e

#ea457e #7eea45 #457eea

Analogous Colors of #ea457e

#ea457e #ea5e45 #ea45d1

Monochromatic Colors of #ea457e

#ea457e

Complementary Color

#ea457e #45eab1

#ea457e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea457e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea457e Color CSS Codes

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

#ea457e Text Font Color

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

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


#ea457e Background Color

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

This div background color is #ea457e


#ea457e Border Color

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

This div border color is #ea457e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea457e


Comments

No comments written yet.

Please login to write comment.