Color Hex Logo

#e6bafe Color Hex

#E6BAFE
(230,186,254)
0 Favorites   0 Comments

Color spaces of #e6bafe

RGB 230186254
HSL0.770.970.86
HSV279°27°100°
CMYK 0.090.270.00   0.00
XYZ68.081459.0966101.5844
Yxy59.09660.29760.2583
Hunter Lab76.874323.5531-24.5359
CIE-Lab81.344727.7808-27.5919

#e6bafe color RGB value is (230,186,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10111010 11111110
Octal 346 272 376
Decimal 230 186 254
Hex E6 BA FE

RGB Percentages of Color #e6bafe

%34.33
%27.76
%37.91

CMYK Percentages of Color #e6bafe

%9
%27
%0
%0

Triadic Colors of #e6bafe

#e6bafe #fee6ba #bafee6

Analogous Colors of #e6bafe

#e6bafe #febaf4 #c4bafe

Monochromatic Colors of #e6bafe

#e6bafe

Complementary Color

#e6bafe #d2feba

#e6bafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6bafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6bafe Color CSS Codes

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

#e6bafe Text Font Color

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

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


#e6bafe Background Color

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

This div background color is #e6bafe


#e6bafe Border Color

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

This div border color is #e6bafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6bafe


Comments

No comments written yet.

Please login to write comment.