Color Hex Logo

#e6bbfe Color Hex

#E6BBFE
(230,187,254)
0 Favorites   0 Comments

Color spaces of #e6bbfe

RGB 230187254
HSL0.770.970.86
HSV279°26°100°
CMYK 0.090.260.00   0.00
XYZ68.292859.5194101.6549
Yxy59.51940.29760.2594
Hunter Lab77.148822.9993-24.1191
CIE-Lab81.576327.2451-27.2378

#e6bbfe color RGB value is (230,187,254).

#e6bbfe hex color red value is 230, green value is 187 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e6bbfe hue: 0.77 , saturation: 0.97 and the lightness value of e6bbfe is 0.86.

The process color (four color CMYK) of #e6bbfe color hex is 0.09, 0.26, 0.00, 0.00. Web safe color of #e6bbfe is #ffccff. Color #e6bbfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10111011 11111110
Octal 346 273 376
Decimal 230 187 254
Hex E6 BB FE

RGB Percentages of Color #e6bbfe

%34.28
%27.87
%37.85

CMYK Percentages of Color #e6bbfe

%9
%26
%0
%0

Triadic Colors of #e6bbfe

#e6bbfe #fee6bb #bbfee6

Analogous Colors of #e6bbfe

#e6bbfe #febbf5 #c5bbfe

Monochromatic Colors of #e6bbfe

#e6bbfe

Complementary Color

#e6bbfe #d3febb

#e6bbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6bbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6bbfe Color CSS Codes

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

#e6bbfe Text Font Color

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

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


#e6bbfe Background Color

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

This div background color is #e6bbfe


#e6bbfe Border Color

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

This div border color is #e6bbfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,187,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6bbfe

Related Colors


Comments

No comments written yet.

Please login to write comment.