Color Hex Logo

#ebb5fd Color Hex

#EBB5FD
(235,181,253)
0 Favorites   0 Comments

Color spaces of #ebb5fd

RGB 235181253
HSL0.790.950.85
HSV285°28°99°
CMYK 0.070.280.00   0.01
XYZ68.514457.8018100.4743
Yxy57.80180.30210.2549
Hunter Lab76.027527.8124-25.1356
CIE-Lab80.628531.8142-28.1122

#ebb5fd color RGB value is (235,181,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110101 11111101
Octal 353 265 375
Decimal 235 181 253
Hex EB B5 FD

RGB Percentages of Color #ebb5fd

%35.13
%27.06
%37.82

CMYK Percentages of Color #ebb5fd

%7
%28
%0
%1

Triadic Colors of #ebb5fd

#ebb5fd #fdebb5 #b5fdeb

Analogous Colors of #ebb5fd

#ebb5fd #fdb5eb #c7b5fd

Monochromatic Colors of #ebb5fd

#ebb5fd

Complementary Color

#ebb5fd #c7fdb5

#ebb5fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb5fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb5fd Color CSS Codes

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

#ebb5fd Text Font Color

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

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


#ebb5fd Background Color

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

This div background color is #ebb5fd


#ebb5fd Border Color

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

This div border color is #ebb5fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb5fd


Comments

No comments written yet.

Please login to write comment.