Color Hex Logo

#ea5bfb Color Hex

#EA5BFB
(234,91,251)
0 Favorites   0 Comments

Color spaces of #ea5bfb

RGB 23491251
HSL0.820.950.67
HSV294°64°98°
CMYK 0.070.640.00   0.02
XYZ55.085431.939694.5284
Yxy31.93960.30340.1759
Hunter Lab56.515175.0828-59.6091
CIE-Lab63.292975.0921-54.0818

#ea5bfb color RGB value is (234,91,251).

#ea5bfb hex color red value is 234, green value is 91 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ea5bfb hue: 0.82 , saturation: 0.95 and the lightness value of ea5bfb is 0.67.

The process color (four color CMYK) of #ea5bfb color hex is 0.07, 0.64, 0.00, 0.02. Web safe color of #ea5bfb is #ff66ff. Color #ea5bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011011 11111011
Octal 352 133 373
Decimal 234 91 251
Hex EA 5B FB

RGB Percentages of Color #ea5bfb

%40.63
%15.80
%43.58

CMYK Percentages of Color #ea5bfb

%7
%64
%0
%2

Triadic Colors of #ea5bfb

#ea5bfb #fbea5b #5bfbea

Analogous Colors of #ea5bfb

#ea5bfb #fb5bbc #9a5bfb

Monochromatic Colors of #ea5bfb

#ea5bfb

Complementary Color

#ea5bfb #6cfb5b

#ea5bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5bfb Color CSS Codes

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

#ea5bfb Text Font Color

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

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


#ea5bfb Background Color

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

This div background color is #ea5bfb


#ea5bfb Border Color

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

This div border color is #ea5bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5bfb


Comments

No comments written yet.

Please login to write comment.