Color Hex Logo

#ebb7fe Color Hex

#EBB7FE
(235,183,254)
0 Favorites   0 Comments

Color spaces of #ebb7fe

RGB 235183254
HSL0.790.970.86
HSV284°28°100°
CMYK 0.070.280.00   0.00
XYZ69.083858.6849101.4521
Yxy58.68490.30140.2560
Hunter Lab76.606126.9117-24.8956
CIE-Lab81.118130.9423-27.8976

#ebb7fe color RGB value is (235,183,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110111 11111110
Octal 353 267 376
Decimal 235 183 254
Hex EB B7 FE

RGB Percentages of Color #ebb7fe

%34.97
%27.23
%37.80

CMYK Percentages of Color #ebb7fe

%7
%28
%0
%0

Triadic Colors of #ebb7fe

#ebb7fe #feebb7 #b7feeb

Analogous Colors of #ebb7fe

#ebb7fe #feb7ee #c8b7fe

Monochromatic Colors of #ebb7fe

#ebb7fe

Complementary Color

#ebb7fe #cafeb7

#ebb7fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb7fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb7fe Color CSS Codes

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

#ebb7fe Text Font Color

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

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


#ebb7fe Background Color

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

This div background color is #ebb7fe


#ebb7fe Border Color

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

This div border color is #ebb7fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb7fe


Comments

No comments written yet.

Please login to write comment.