Color Hex Logo

#eb9efb Color Hex

#EB9EFB
(235,158,251)
0 Favorites   0 Comments

Color spaces of #eb9efb

RGB 235158251
HSL0.800.920.80
HSV290°37°98°
CMYK 0.060.370.00   0.02
XYZ63.900449.080997.3724
Yxy49.08090.30380.2333
Hunter Lab70.057840.2106-33.3660
CIE-Lab75.501643.6142-34.9268

#eb9efb color RGB value is (235,158,251).

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

The process color (four color CMYK) of #eb9efb color hex is 0.06, 0.37, 0.00, 0.02. Web safe color of #eb9efb is #ff99ff. Color #eb9efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10011110 11111011
Octal 353 236 373
Decimal 235 158 251
Hex EB 9E FB

RGB Percentages of Color #eb9efb

%36.49
%24.53
%38.98

CMYK Percentages of Color #eb9efb

%6
%37
%0
%2

Triadic Colors of #eb9efb

#eb9efb #fbeb9e #9efbeb

Analogous Colors of #eb9efb

#eb9efb #fb9edd #bd9efb

Monochromatic Colors of #eb9efb

#eb9efb

Complementary Color

#eb9efb #aefb9e

#eb9efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb9efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb9efb Color CSS Codes

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

#eb9efb Text Font Color

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

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


#eb9efb Background Color

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

This div background color is #eb9efb


#eb9efb Border Color

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

This div border color is #eb9efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb9efb


Comments

No comments written yet.

Please login to write comment.