Color Hex Logo

#e3bafe Color Hex

#E3BAFE
(227,186,254)
0 Favorites   0 Comments

Color spaces of #e3bafe

RGB 227186254
HSL0.770.970.86
HSV276°27°100°
CMYK 0.110.270.00   0.00
XYZ67.126958.6045101.5398
Yxy58.60450.29540.2579
Hunter Lab76.553622.5511-25.0541
CIE-Lab81.073726.8481-28.0304

#e3bafe color RGB value is (227,186,254).

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

The process color (four color CMYK) of #e3bafe color hex is 0.11, 0.27, 0.00, 0.00. Web safe color of #e3bafe is #ccccff. Color #e3bafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10111010 11111110
Octal 343 272 376
Decimal 227 186 254
Hex E3 BA FE

RGB Percentages of Color #e3bafe

%34.03
%27.89
%38.08

CMYK Percentages of Color #e3bafe

%11
%27
%0
%0

Triadic Colors of #e3bafe

#e3bafe #fee3ba #bafee3

Analogous Colors of #e3bafe

#e3bafe #febaf7 #c1bafe

Monochromatic Colors of #e3bafe

#e3bafe

Complementary Color

#e3bafe #d5feba

#e3bafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3bafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3bafe Color CSS Codes

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

#e3bafe Text Font Color

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

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


#e3bafe Background Color

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

This div background color is #e3bafe


#e3bafe Border Color

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

This div border color is #e3bafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3bafe


Comments

No comments written yet.

Please login to write comment.