Color Hex Logo

#ea458d Color Hex

#EA458D
(234,69,141)
0 Favorites   0 Comments

Color spaces of #ea458d

RGB 23469141
HSL0.930.800.59
HSV334°71°92°
CMYK 0.000.710.40   0.08
XYZ40.867523.671827.6145
Yxy23.67180.44350.2569
Hunter Lab48.653764.79030.4062
CIE-Lab55.757768.0834-2.8765

#ea458d color RGB value is (234,69,141).

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

The process color (four color CMYK) of #ea458d color hex is 0.00, 0.71, 0.40, 0.08. Web safe color of #ea458d is #ff3399. Color #ea458d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000101 10001101
Octal 352 105 215
Decimal 234 69 141
Hex EA 45 8D

RGB Percentages of Color #ea458d

%52.70
%15.54
%31.76

CMYK Percentages of Color #ea458d

%0
%71
%40
%8

Triadic Colors of #ea458d

#ea458d #8dea45 #458dea

Analogous Colors of #ea458d

#ea458d #ea5045 #ea45e0

Monochromatic Colors of #ea458d

#ea458d

Complementary Color

#ea458d #45eaa2

#ea458d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea458d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea458d Color CSS Codes

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

#ea458d Text Font Color

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

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


#ea458d Background Color

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

This div background color is #ea458d


#ea458d Border Color

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

This div border color is #ea458d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea458d


Comments

No comments written yet.

Please login to write comment.