Color Hex Logo

#e3bfea Color Hex

#E3BFEA
(227,191,234)
0 Favorites   0 Comments

Color spaces of #e3bfea

RGB 227191234
HSL0.810.510.83
HSV290°18°92°
CMYK 0.030.180.00   0.08
XYZ65.160659.533085.8986
Yxy59.53300.30940.2827
Hunter Lab77.157615.7197-11.9965
CIE-Lab81.583720.2591-16.5537

#e3bfea color RGB value is (227,191,234).

#e3bfea hex color red value is 227, green value is 191 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e3bfea hue: 0.81 , saturation: 0.51 and the lightness value of e3bfea is 0.83.

The process color (four color CMYK) of #e3bfea color hex is 0.03, 0.18, 0.00, 0.08. Web safe color of #e3bfea is #ccccff. Color #e3bfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10111111 11101010
Octal 343 277 352
Decimal 227 191 234
Hex E3 BF EA

RGB Percentages of Color #e3bfea

%34.82
%29.29
%35.89

CMYK Percentages of Color #e3bfea

%3
%18
%0
%8

Triadic Colors of #e3bfea

#e3bfea #eae3bf #bfeae3

Analogous Colors of #e3bfea

#e3bfea #eabfdc #cebfea

Monochromatic Colors of #e3bfea

#e3bfea

Complementary Color

#e3bfea #c6eabf

#e3bfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3bfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3bfea Color CSS Codes

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

#e3bfea Text Font Color

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

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


#e3bfea Background Color

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

This div background color is #e3bfea


#e3bfea Border Color

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

This div border color is #e3bfea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,191,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3bfea


Comments

No comments written yet.

Please login to write comment.