Color Hex Logo

#ea5abf Color Hex

#EA5ABF
(234,90,191)
0 Favorites   0 Comments

Color spaces of #ea5abf

RGB 23490191
HSL0.880.770.64
HSV318°62°92°
CMYK 0.000.620.18   0.08
XYZ46.991828.566352.3273
Yxy28.56630.36750.2234
Hunter Lab53.447563.4068-20.6342
CIE-Lab60.396966.0675-24.9392

#ea5abf color RGB value is (234,90,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011010 10111111
Octal 352 132 277
Decimal 234 90 191
Hex EA 5A BF

RGB Percentages of Color #ea5abf

%45.44
%17.48
%37.09

CMYK Percentages of Color #ea5abf

%0
%62
%18
%8

Triadic Colors of #ea5abf

#ea5abf #bfea5a #5abfea

Analogous Colors of #ea5abf

#ea5abf #ea5a77 #cd5aea

Monochromatic Colors of #ea5abf

#ea5abf

Complementary Color

#ea5abf #5aea85

#ea5abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5abf Color CSS Codes

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

#ea5abf Text Font Color

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

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


#ea5abf Background Color

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

This div background color is #ea5abf


#ea5abf Border Color

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

This div border color is #ea5abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5abf


Comments

No comments written yet.

Please login to write comment.