Color Hex Logo

#e1befb Color Hex

#E1BEFB
(225,190,251)
0 Favorites   0 Comments

Color spaces of #e1befb

RGB 225190251
HSL0.760.880.86
HSV274°24°98°
CMYK 0.100.240.00   0.02
XYZ66.877459.799599.2844
Yxy59.79950.29600.2646
Hunter Lab77.330119.0444-21.9915
CIE-Lab81.729123.4709-25.4429

#e1befb color RGB value is (225,190,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111110 11111011
Octal 341 276 373
Decimal 225 190 251
Hex E1 BE FB

RGB Percentages of Color #e1befb

%33.78
%28.53
%37.69

CMYK Percentages of Color #e1befb

%10
%24
%0
%2

Triadic Colors of #e1befb

#e1befb #fbe1be #befbe1

Analogous Colors of #e1befb

#e1befb #fbbef7 #c3befb

Monochromatic Colors of #e1befb

#e1befb

Complementary Color

#e1befb #d8fbbe

#e1befb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1befb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1befb Color CSS Codes

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

#e1befb Text Font Color

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

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


#e1befb Background Color

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

This div background color is #e1befb


#e1befb Border Color

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

This div border color is #e1befb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1befb


Comments

No comments written yet.

Please login to write comment.