Color Hex Logo

#ea5bad Color Hex

#EA5BAD
(234,91,173)
0 Favorites   0 Comments

Color spaces of #ea5bad

RGB 23491173
HSL0.900.770.64
HSV326°61°92°
CMYK 0.000.610.26   0.08
XYZ45.215627.991742.5550
Yxy27.99170.39060.2418
Hunter Lab52.907259.9623-10.6539
CIE-Lab59.881263.2449-15.3970

#ea5bad color RGB value is (234,91,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011011 10101101
Octal 352 133 255
Decimal 234 91 173
Hex EA 5B AD

RGB Percentages of Color #ea5bad

%46.99
%18.27
%34.74

CMYK Percentages of Color #ea5bad

%0
%61
%26
%8

Triadic Colors of #ea5bad

#ea5bad #adea5b #5badea

Analogous Colors of #ea5bad

#ea5bad #ea5b66 #e05bea

Monochromatic Colors of #ea5bad

#ea5bad

Complementary Color

#ea5bad #5bea98

#ea5bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5bad Color CSS Codes

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

#ea5bad Text Font Color

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

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


#ea5bad Background Color

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

This div background color is #ea5bad


#ea5bad Border Color

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

This div border color is #ea5bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5bad


Comments

No comments written yet.

Please login to write comment.