Color Hex Logo

#ebb4fe Color Hex

#EBB4FE
(235,180,254)
0 Favorites   0 Comments

Color spaces of #ebb4fe

RGB 235180254
HSL0.790.970.85
HSV285°29°100°
CMYK 0.070.290.00   0.00
XYZ68.471657.4604101.2481
Yxy57.46040.30140.2529
Hunter Lab75.802628.5823-26.1306
CIE-Lab80.437932.5425-28.9394

#ebb4fe color RGB value is (235,180,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110100 11111110
Octal 353 264 376
Decimal 235 180 254
Hex EB B4 FE

RGB Percentages of Color #ebb4fe

%35.13
%26.91
%37.97

CMYK Percentages of Color #ebb4fe

%7
%29
%0
%0

Triadic Colors of #ebb4fe

#ebb4fe #feebb4 #b4feeb

Analogous Colors of #ebb4fe

#ebb4fe #feb4ec #c6b4fe

Monochromatic Colors of #ebb4fe

#ebb4fe

Complementary Color

#ebb4fe #c7feb4

#ebb4fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb4fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb4fe Color CSS Codes

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

#ebb4fe Text Font Color

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

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


#ebb4fe Background Color

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

This div background color is #ebb4fe


#ebb4fe Border Color

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

This div border color is #ebb4fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb4fe

#ebb4fe Color Palettes


Comments

No comments written yet.

Please login to write comment.