Color Hex Logo

#ea459b Color Hex

#EA459B
(234,69,155)
0 Favorites   0 Comments

Color spaces of #ea459b

RGB 23469155
HSL0.910.800.59
HSV329°71°92°
CMYK 0.000.710.34   0.08
XYZ41.976224.115233.4527
Yxy24.11520.42170.2423
Hunter Lab49.107266.6417-6.0143
CIE-Lab56.203069.5465-10.4665

#ea459b color RGB value is (234,69,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000101 10011011
Octal 352 105 233
Decimal 234 69 155
Hex EA 45 9B

RGB Percentages of Color #ea459b

%51.09
%15.07
%33.84

CMYK Percentages of Color #ea459b

%0
%71
%34
%8

Triadic Colors of #ea459b

#ea459b #9bea45 #459bea

Analogous Colors of #ea459b

#ea459b #ea4549 #e745ea

Monochromatic Colors of #ea459b

#ea459b

Complementary Color

#ea459b #45ea94

#ea459b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea459b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea459b Color CSS Codes

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

#ea459b Text Font Color

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

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


#ea459b Background Color

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

This div background color is #ea459b


#ea459b Border Color

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

This div border color is #ea459b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea459b


Comments

No comments written yet.

Please login to write comment.