Color Hex Logo

#ea9bfb Color Hex

#EA9BFB
(234,155,251)
0 Favorites   0 Comments

Color spaces of #ea9bfb

RGB 234155251
HSL0.800.920.80
HSV289°38°98°
CMYK 0.070.380.00   0.02
XYZ63.065647.900197.1885
Yxy47.90010.30300.2301
Hunter Lab69.209941.5359-34.8115
CIE-Lab74.761944.8870-36.0809

#ea9bfb color RGB value is (234,155,251).

#ea9bfb hex color red value is 234, green value is 155 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ea9bfb hue: 0.80 , saturation: 0.92 and the lightness value of ea9bfb is 0.80.

The process color (four color CMYK) of #ea9bfb color hex is 0.07, 0.38, 0.00, 0.02. Web safe color of #ea9bfb is #ff99ff. Color #ea9bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10011011 11111011
Octal 352 233 373
Decimal 234 155 251
Hex EA 9B FB

RGB Percentages of Color #ea9bfb

%36.56
%24.22
%39.22

CMYK Percentages of Color #ea9bfb

%7
%38
%0
%2

Triadic Colors of #ea9bfb

#ea9bfb #fbea9b #9bfbea

Analogous Colors of #ea9bfb

#ea9bfb #fb9bdc #ba9bfb

Monochromatic Colors of #ea9bfb

#ea9bfb

Complementary Color

#ea9bfb #acfb9b

#ea9bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea9bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea9bfb Color CSS Codes

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

#ea9bfb Text Font Color

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

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


#ea9bfb Background Color

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

This div background color is #ea9bfb


#ea9bfb Border Color

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

This div border color is #ea9bfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,155,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 #ea9bfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea9bfb


Comments

No comments written yet.

Please login to write comment.