Color Hex Logo

#ebb9ff Color Hex

#EBB9FF
(235,185,255)
0 Favorites   0 Comments

Color spaces of #ebb9ff

RGB 235185255
HSL0.791.000.86
HSV283°27°100°
CMYK 0.080.270.00   0.00
XYZ69.659959.5801102.4364
Yxy59.58010.30070.2572
Hunter Lab77.188126.0114-24.6521
CIE-Lab81.609430.0707-27.6802

#ebb9ff color RGB value is (235,185,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111001 11111111
Octal 353 271 377
Decimal 235 185 255
Hex EB B9 FF

RGB Percentages of Color #ebb9ff

%34.81
%27.41
%37.78

CMYK Percentages of Color #ebb9ff

%8
%27
%0
%0

Triadic Colors of #ebb9ff

#ebb9ff #ffebb9 #b9ffeb

Analogous Colors of #ebb9ff

#ebb9ff #ffb9f0 #c8b9ff

Monochromatic Colors of #ebb9ff

#ebb9ff

Complementary Color

#ebb9ff #cdffb9

#ebb9ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb9ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb9ff Color CSS Codes

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

#ebb9ff Text Font Color

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

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


#ebb9ff Background Color

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

This div background color is #ebb9ff


#ebb9ff Border Color

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

This div border color is #ebb9ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb9ff

Related Colors

#ebb9ff Color Palettes


Comments

No comments written yet.

Please login to write comment.