Color Hex Logo

#e1bcef Color Hex

#E1BCEF
(225,188,239)
0 Favorites   0 Comments

Color spaces of #e1bcef

RGB 225188239
HSL0.790.610.84
HSV284°21°94°
CMYK 0.060.210.00   0.06
XYZ64.614558.206089.4907
Yxy58.20600.30430.2742
Hunter Lab76.292917.6640-16.1415
CIE-Lab80.853222.1727-20.3541

#e1bcef color RGB value is (225,188,239).

#e1bcef hex color red value is 225, green value is 188 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e1bcef hue: 0.79 , saturation: 0.61 and the lightness value of e1bcef is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111100 11101111
Octal 341 274 357
Decimal 225 188 239
Hex E1 BC EF

RGB Percentages of Color #e1bcef

%34.51
%28.83
%36.66

CMYK Percentages of Color #e1bcef

%6
%21
%0
%6

Triadic Colors of #e1bcef

#e1bcef #efe1bc #bcefe1

Analogous Colors of #e1bcef

#e1bcef #efbce4 #c8bcef

Monochromatic Colors of #e1bcef

#e1bcef

Complementary Color

#e1bcef #caefbc

#e1bcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1bcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1bcef Color CSS Codes

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

#e1bcef Text Font Color

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

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


#e1bcef Background Color

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

This div background color is #e1bcef


#e1bcef Border Color

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

This div border color is #e1bcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1bcef


Comments

No comments written yet.

Please login to write comment.