Color Hex Logo

#ebb9fe Color Hex

#EBB9FE
(235,185,254)
0 Favorites   0 Comments

Color spaces of #ebb9fe

RGB 235185254
HSL0.790.970.86
HSV283°27°100°
CMYK 0.070.270.00   0.00
XYZ69.499359.5158101.5906
Yxy59.51580.30140.2581
Hunter Lab77.146525.7998-24.0737
CIE-Lab81.574329.8754-27.1999

#ebb9fe color RGB value is (235,185,254).

#ebb9fe hex color red value is 235, green value is 185 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ebb9fe hue: 0.79 , saturation: 0.97 and the lightness value of ebb9fe is 0.86.

The process color (four color CMYK) of #ebb9fe color hex is 0.07, 0.27, 0.00, 0.00. Web safe color of #ebb9fe is #ffccff. Color #ebb9fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111001 11111110
Octal 353 271 376
Decimal 235 185 254
Hex EB B9 FE

RGB Percentages of Color #ebb9fe

%34.87
%27.45
%37.69

CMYK Percentages of Color #ebb9fe

%7
%27
%0
%0

Triadic Colors of #ebb9fe

#ebb9fe #feebb9 #b9feeb

Analogous Colors of #ebb9fe

#ebb9fe #feb9ef #c9b9fe

Monochromatic Colors of #ebb9fe

#ebb9fe

Complementary Color

#ebb9fe #ccfeb9

#ebb9fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb9fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb9fe Color CSS Codes

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

#ebb9fe Text Font Color

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

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


#ebb9fe Background Color

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

This div background color is #ebb9fe


#ebb9fe Border Color

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

This div border color is #ebb9fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb9fe

Related Colors


Comments

No comments written yet.

Please login to write comment.