Color Hex Logo

#e6bbef Color Hex

#E6BBEF
(230,187,239)
0 Favorites   0 Comments

Color spaces of #e6bbef

RGB 230187239
HSL0.800.620.84
HSV290°22°94°
CMYK 0.040.220.00   0.06
XYZ65.983458.595689.4937
Yxy58.59560.30820.2737
Hunter Lab76.547819.9066-15.7338
CIE-Lab81.068824.3264-19.9844

#e6bbef color RGB value is (230,187,239).

#e6bbef hex color red value is 230, green value is 187 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e6bbef hue: 0.80 , saturation: 0.62 and the lightness value of e6bbef is 0.84.

The process color (four color CMYK) of #e6bbef color hex is 0.04, 0.22, 0.00, 0.06. Web safe color of #e6bbef is #ffccff. Color #e6bbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10111011 11101111
Octal 346 273 357
Decimal 230 187 239
Hex E6 BB EF

RGB Percentages of Color #e6bbef

%35.06
%28.51
%36.43

CMYK Percentages of Color #e6bbef

%4
%22
%0
%6

Triadic Colors of #e6bbef

#e6bbef #efe6bb #bbefe6

Analogous Colors of #e6bbef

#e6bbef #efbbde #ccbbef

Monochromatic Colors of #e6bbef

#e6bbef

Complementary Color

#e6bbef #c4efbb

#e6bbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6bbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6bbef Color CSS Codes

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

#e6bbef Text Font Color

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

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


#e6bbef Background Color

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

This div background color is #e6bbef


#e6bbef Border Color

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

This div border color is #e6bbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6bbef


Comments

No comments written yet.

Please login to write comment.