Color Hex Logo

#ebb5fe Color Hex

#EBB5FE
(235,181,254)
0 Favorites   0 Comments

Color spaces of #ebb5fe

RGB 235181254
HSL0.790.970.85
HSV284°29°100°
CMYK 0.070.290.00   0.00
XYZ68.674257.8657101.3156
Yxy57.86570.30140.2540
Hunter Lab76.069528.0250-25.7186
CIE-Lab80.664132.0091-28.5928

#ebb5fe color RGB value is (235,181,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110101 11111110
Octal 353 265 376
Decimal 235 181 254
Hex EB B5 FE

RGB Percentages of Color #ebb5fe

%35.07
%27.01
%37.91

CMYK Percentages of Color #ebb5fe

%7
%29
%0
%0

Triadic Colors of #ebb5fe

#ebb5fe #feebb5 #b5feeb

Analogous Colors of #ebb5fe

#ebb5fe #feb5ed #c7b5fe

Monochromatic Colors of #ebb5fe

#ebb5fe

Complementary Color

#ebb5fe #c8feb5

#ebb5fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb5fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb5fe Color CSS Codes

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

#ebb5fe Text Font Color

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

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


#ebb5fe Background Color

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

This div background color is #ebb5fe


#ebb5fe Border Color

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

This div border color is #ebb5fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb5fe

Related Colors


Comments

No comments written yet.

Please login to write comment.