Color Hex Logo

#eb9fef Color Hex

#EB9FEF
(235,159,239)
0 Favorites   0 Comments

Color spaces of #eb9fef

RGB 235159239
HSL0.830.710.78
HSV297°33°94°
CMYK 0.020.330.00   0.06
XYZ62.239148.690487.7792
Yxy48.69040.31320.2450
Hunter Lab69.778537.1011-25.7400
CIE-Lab75.258340.8337-28.7984

#eb9fef color RGB value is (235,159,239).

#eb9fef hex color red value is 235, green value is 159 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #eb9fef hue: 0.83 , saturation: 0.71 and the lightness value of eb9fef is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10011111 11101111
Octal 353 237 357
Decimal 235 159 239
Hex EB 9F EF

RGB Percentages of Color #eb9fef

%37.12
%25.12
%37.76

CMYK Percentages of Color #eb9fef

%2
%33
%0
%6

Triadic Colors of #eb9fef

#eb9fef #efeb9f #9fefeb

Analogous Colors of #eb9fef

#eb9fef #ef9fcb #c39fef

Monochromatic Colors of #eb9fef

#eb9fef

Complementary Color

#eb9fef #a3ef9f

#eb9fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb9fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb9fef Color CSS Codes

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

#eb9fef Text Font Color

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

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


#eb9fef Background Color

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

This div background color is #eb9fef


#eb9fef Border Color

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

This div border color is #eb9fef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,159,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb9fef


Comments

No comments written yet.

Please login to write comment.