Color Hex Logo

#ea5bab Color Hex

#EA5BAB
(234,91,171)
0 Favorites   0 Comments

Color spaces of #ea5bab

RGB 23491171
HSL0.910.770.64
HSV326°61°92°
CMYK 0.000.610.27   0.08
XYZ45.023527.914941.5432
Yxy27.91490.39330.2438
Hunter Lab52.834659.6501-9.6349
CIE-Lab59.811862.9908-14.3486

#ea5bab color RGB value is (234,91,171).

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

The process color (four color CMYK) of #ea5bab color hex is 0.00, 0.61, 0.27, 0.08. Web safe color of #ea5bab is #ff6699. Color #ea5bab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011011 10101011
Octal 352 133 253
Decimal 234 91 171
Hex EA 5B AB

RGB Percentages of Color #ea5bab

%47.18
%18.35
%34.48

CMYK Percentages of Color #ea5bab

%0
%61
%27
%8

Triadic Colors of #ea5bab

#ea5bab #abea5b #5babea

Analogous Colors of #ea5bab

#ea5bab #ea5b63 #e25bea

Monochromatic Colors of #ea5bab

#ea5bab

Complementary Color

#ea5bab #5bea9a

#ea5bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5bab Color CSS Codes

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

#ea5bab Text Font Color

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

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


#ea5bab Background Color

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

This div background color is #ea5bab


#ea5bab Border Color

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

This div border color is #ea5bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5bab


Comments

No comments written yet.

Please login to write comment.