Color Hex Logo

#ea5baf Color Hex

#EA5BAF
(234,91,175)
0 Favorites   0 Comments

Color spaces of #ea5baf

RGB 23491175
HSL0.900.770.64
HSV325°61°92°
CMYK 0.000.610.25   0.08
XYZ45.410628.069743.5820
Yxy28.06970.38790.2398
Hunter Lab52.980860.2783-11.6853
CIE-Lab59.951763.5017-16.4426

#ea5baf color RGB value is (234,91,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011011 10101111
Octal 352 133 257
Decimal 234 91 175
Hex EA 5B AF

RGB Percentages of Color #ea5baf

%46.80
%18.20
%35.00

CMYK Percentages of Color #ea5baf

%0
%61
%25
%8

Triadic Colors of #ea5baf

#ea5baf #afea5b #5bafea

Analogous Colors of #ea5baf

#ea5baf #ea5b68 #de5bea

Monochromatic Colors of #ea5baf

#ea5baf

Complementary Color

#ea5baf #5bea96

#ea5baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5baf Color CSS Codes

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

#ea5baf Text Font Color

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

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


#ea5baf Background Color

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

This div background color is #ea5baf


#ea5baf Border Color

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

This div border color is #ea5baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5baf


Comments

No comments written yet.

Please login to write comment.