Color Hex Logo

#e4bfea Color Hex

#E4BFEA
(228,191,234)
0 Favorites   0 Comments

Color spaces of #e4bfea

RGB 228191234
HSL0.810.510.83
HSV292°18°92°
CMYK 0.030.180.00   0.08
XYZ65.477059.696185.9134
Yxy59.69610.31020.2828
Hunter Lab77.263316.0597-11.8436
CIE-Lab81.672720.5878-16.4108

#e4bfea color RGB value is (228,191,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10111111 11101010
Octal 344 277 352
Decimal 228 191 234
Hex E4 BF EA

RGB Percentages of Color #e4bfea

%34.92
%29.25
%35.83

CMYK Percentages of Color #e4bfea

%3
%18
%0
%8

Triadic Colors of #e4bfea

#e4bfea #eae4bf #bfeae4

Analogous Colors of #e4bfea

#e4bfea #eabfdb #cfbfea

Monochromatic Colors of #e4bfea

#e4bfea

Complementary Color

#e4bfea #c5eabf

#e4bfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4bfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4bfea Color CSS Codes

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

#e4bfea Text Font Color

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

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


#e4bfea Background Color

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

This div background color is #e4bfea


#e4bfea Border Color

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

This div border color is #e4bfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4bfea


Comments

No comments written yet.

Please login to write comment.