Color Hex Logo

#e1bdfb Color Hex

#E1BDFB
(225,189,251)
0 Favorites   0 Comments

Color spaces of #e1bdfb

RGB 225189251
HSL0.760.890.86
HSV275°25°98°
CMYK 0.100.250.00   0.02
XYZ66.661559.367899.2125
Yxy59.36780.29600.2636
Hunter Lab77.050519.5938-22.4082
CIE-Lab81.493324.0079-25.8025

#e1bdfb color RGB value is (225,189,251).

#e1bdfb hex color red value is 225, green value is 189 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e1bdfb hue: 0.76 , saturation: 0.89 and the lightness value of e1bdfb is 0.86.

The process color (four color CMYK) of #e1bdfb color hex is 0.10, 0.25, 0.00, 0.02. Web safe color of #e1bdfb is #ccccff. Color #e1bdfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111101 11111011
Octal 341 275 373
Decimal 225 189 251
Hex E1 BD FB

RGB Percentages of Color #e1bdfb

%33.83
%28.42
%37.74

CMYK Percentages of Color #e1bdfb

%10
%25
%0
%2

Triadic Colors of #e1bdfb

#e1bdfb #fbe1bd #bdfbe1

Analogous Colors of #e1bdfb

#e1bdfb #fbbdf6 #c2bdfb

Monochromatic Colors of #e1bdfb

#e1bdfb

Complementary Color

#e1bdfb #d7fbbd

#e1bdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1bdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1bdfb Color CSS Codes

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

#e1bdfb Text Font Color

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

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


#e1bdfb Background Color

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

This div background color is #e1bdfb


#e1bdfb Border Color

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

This div border color is #e1bdfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,189,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e1bdfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e1bdfb;
  -webkit-box-shadow: 1px 1px 3px 2px #e1bdfb;
  box-shadow:         1px 1px 3px 2px #e1bdfb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,189,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1bdfb


Comments

No comments written yet.

Please login to write comment.