Color Hex Logo

#ea459d Color Hex

#EA459D
(234,69,157)
0 Favorites   0 Comments

Color spaces of #ea459d

RGB 23469157
HSL0.910.800.59
HSV328°71°92°
CMYK 0.000.710.33   0.08
XYZ42.145624.183034.3448
Yxy24.18300.41860.2402
Hunter Lab49.176266.9219-6.9849
CIE-Lab56.270669.7666-11.5391

#ea459d color RGB value is (234,69,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000101 10011101
Octal 352 105 235
Decimal 234 69 157
Hex EA 45 9D

RGB Percentages of Color #ea459d

%50.87
%15.00
%34.13

CMYK Percentages of Color #ea459d

%0
%71
%33
%8

Triadic Colors of #ea459d

#ea459d #9dea45 #459dea

Analogous Colors of #ea459d

#ea459d #ea454b #e545ea

Monochromatic Colors of #ea459d

#ea459d

Complementary Color

#ea459d #45ea92

#ea459d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea459d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea459d Color CSS Codes

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

#ea459d Text Font Color

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

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


#ea459d Background Color

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

This div background color is #ea459d


#ea459d Border Color

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

This div border color is #ea459d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea459d


Comments

No comments written yet.

Please login to write comment.