Color Hex Logo

#ea5bbd Color Hex

#EA5BBD
(234,91,189)
0 Favorites   0 Comments

Color spaces of #ea5bbd

RGB 23491189
HSL0.890.770.64
HSV319°61°92°
CMYK 0.000.610.19   0.08
XYZ46.858128.648751.2042
Yxy28.64870.36980.2261
Hunter Lab53.524562.6003-19.2526
CIE-Lab60.470365.3759-23.6838

#ea5bbd color RGB value is (234,91,189).

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

The process color (four color CMYK) of #ea5bbd color hex is 0.00, 0.61, 0.19, 0.08. Web safe color of #ea5bbd is #ff66cc. Color #ea5bbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011011 10111101
Octal 352 133 275
Decimal 234 91 189
Hex EA 5B BD

RGB Percentages of Color #ea5bbd

%45.53
%17.70
%36.77

CMYK Percentages of Color #ea5bbd

%0
%61
%19
%8

Triadic Colors of #ea5bbd

#ea5bbd #bdea5b #5bbdea

Analogous Colors of #ea5bbd

#ea5bbd #ea5b76 #d05bea

Monochromatic Colors of #ea5bbd

#ea5bbd

Complementary Color

#ea5bbd #5bea88

#ea5bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5bbd Color CSS Codes

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

#ea5bbd Text Font Color

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

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


#ea5bbd Background Color

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

This div background color is #ea5bbd


#ea5bbd Border Color

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

This div border color is #ea5bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5bbd


Comments

No comments written yet.

Please login to write comment.