Color Hex Logo

#ebb4fd Color Hex

#EBB4FD
(235,180,253)
0 Favorites   0 Comments

Color spaces of #ebb4fd

RGB 235180253
HSL0.790.950.85
HSV285°29°99°
CMYK 0.070.290.00   0.01
XYZ68.311857.3965100.4067
Yxy57.39650.30210.2538
Hunter Lab75.760528.3693-25.5458
CIE-Lab80.402132.3477-28.4588

#ebb4fd color RGB value is (235,180,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110100 11111101
Octal 353 264 375
Decimal 235 180 253
Hex EB B4 FD

RGB Percentages of Color #ebb4fd

%35.18
%26.95
%37.87

CMYK Percentages of Color #ebb4fd

%7
%29
%0
%1

Triadic Colors of #ebb4fd

#ebb4fd #fdebb4 #b4fdeb

Analogous Colors of #ebb4fd

#ebb4fd #fdb4eb #c7b4fd

Monochromatic Colors of #ebb4fd

#ebb4fd

Complementary Color

#ebb4fd #c6fdb4

#ebb4fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb4fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb4fd Color CSS Codes

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

#ebb4fd Text Font Color

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

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


#ebb4fd Background Color

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

This div background color is #ebb4fd


#ebb4fd Border Color

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

This div border color is #ebb4fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb4fd


Comments

No comments written yet.

Please login to write comment.