Color Hex Logo

#ea5aba Color Hex

#EA5ABA
(234,90,186)
0 Favorites   0 Comments

Color spaces of #ea5aba

RGB 23490186
HSL0.890.770.64
HSV320°62°92°
CMYK 0.000.620.21   0.08
XYZ46.450828.349949.4782
Yxy28.34990.37380.2281
Hunter Lab53.244662.5459-17.8247
CIE-Lab60.203565.3781-22.3762

#ea5aba color RGB value is (234,90,186).

#ea5aba hex color red value is 234, green value is 90 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ea5aba hue: 0.89 , saturation: 0.77 and the lightness value of ea5aba is 0.64.

The process color (four color CMYK) of #ea5aba color hex is 0.00, 0.62, 0.21, 0.08. Web safe color of #ea5aba is #ff66cc. Color #ea5aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011010 10111010
Octal 352 132 272
Decimal 234 90 186
Hex EA 5A BA

RGB Percentages of Color #ea5aba

%45.88
%17.65
%36.47

CMYK Percentages of Color #ea5aba

%0
%62
%21
%8

Triadic Colors of #ea5aba

#ea5aba #baea5a #5abaea

Analogous Colors of #ea5aba

#ea5aba #ea5a72 #d25aea

Monochromatic Colors of #ea5aba

#ea5aba

Complementary Color

#ea5aba #5aea8a

#ea5aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5aba Color CSS Codes

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

#ea5aba Text Font Color

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

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


#ea5aba Background Color

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

This div background color is #ea5aba


#ea5aba Border Color

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

This div border color is #ea5aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5aba


Comments

No comments written yet.

Please login to write comment.