Color Hex Logo

#e1baeb Color Hex

#E1BAEB
(225,186,235)
0 Favorites   0 Comments

Color spaces of #e1baeb

RGB 225186235
HSL0.800.550.83
HSV288°21°92°
CMYK 0.040.210.00   0.08
XYZ63.605657.123586.2708
Yxy57.12350.30730.2760
Hunter Lab75.580117.9543-14.7704
CIE-Lab80.249022.4767-19.1214

#e1baeb color RGB value is (225,186,235).

#e1baeb hex color red value is 225, green value is 186 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e1baeb hue: 0.80 , saturation: 0.55 and the lightness value of e1baeb is 0.83.

The process color (four color CMYK) of #e1baeb color hex is 0.04, 0.21, 0.00, 0.08. Web safe color of #e1baeb is #ccccff. Color #e1baeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111010 11101011
Octal 341 272 353
Decimal 225 186 235
Hex E1 BA EB

RGB Percentages of Color #e1baeb

%34.83
%28.79
%36.38

CMYK Percentages of Color #e1baeb

%4
%21
%0
%8

Triadic Colors of #e1baeb

#e1baeb #ebe1ba #baebe1

Analogous Colors of #e1baeb

#e1baeb #ebbadd #c9baeb

Monochromatic Colors of #e1baeb

#e1baeb

Complementary Color

#e1baeb #c4ebba

#e1baeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1baeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1baeb Color CSS Codes

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

#e1baeb Text Font Color

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

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


#e1baeb Background Color

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

This div background color is #e1baeb


#e1baeb Border Color

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

This div border color is #e1baeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1baeb


Comments

No comments written yet.

Please login to write comment.