Color Hex Logo

#ea519b Color Hex

#EA519B
(234,81,155)
0 Favorites   0 Comments

Color spaces of #ea519b

RGB 23481155
HSL0.920.780.62
HSV331°65°92°
CMYK 0.000.650.34   0.08
XYZ42.790525.743833.7241
Yxy25.74380.41850.2518
Hunter Lab50.738361.7470-3.8913
CIE-Lab57.793165.1389-8.0890

#ea519b color RGB value is (234,81,155).

#ea519b hex color red value is 234, green value is 81 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ea519b hue: 0.92 , saturation: 0.78 and the lightness value of ea519b is 0.62.

The process color (four color CMYK) of #ea519b color hex is 0.00, 0.65, 0.34, 0.08. Web safe color of #ea519b is #ff6699. Color #ea519b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010001 10011011
Octal 352 121 233
Decimal 234 81 155
Hex EA 51 9B

RGB Percentages of Color #ea519b

%49.79
%17.23
%32.98

CMYK Percentages of Color #ea519b

%0
%65
%34
%8

Triadic Colors of #ea519b

#ea519b #9bea51 #519bea

Analogous Colors of #ea519b

#ea519b #ea5451 #ea51e8

Monochromatic Colors of #ea519b

#ea519b

Complementary Color

#ea519b #51eaa0

#ea519b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea519b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea519b Color CSS Codes

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

#ea519b Text Font Color

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

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


#ea519b Background Color

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

This div background color is #ea519b


#ea519b Border Color

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

This div border color is #ea519b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,81,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 #ea519b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea519b


Comments

No comments written yet.

Please login to write comment.