Color Hex Logo

#e4bff7 Color Hex

#E4BFF7
(228,191,247)
0 Favorites   0 Comments

Color spaces of #e4bff7

RGB 228191247
HSL0.780.780.86
HSV280°23°97°
CMYK 0.080.230.00   0.03
XYZ67.414260.471096.1146
Yxy60.47100.30100.2700
Hunter Lab77.763118.6594-18.8478
CIE-Lab82.093523.0867-22.7282

#e4bff7 color RGB value is (228,191,247).

#e4bff7 hex color red value is 228, green value is 191 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #e4bff7 hue: 0.78 , saturation: 0.78 and the lightness value of e4bff7 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10111111 11110111
Octal 344 277 367
Decimal 228 191 247
Hex E4 BF F7

RGB Percentages of Color #e4bff7

%34.23
%28.68
%37.09

CMYK Percentages of Color #e4bff7

%8
%23
%0
%3

Triadic Colors of #e4bff7

#e4bff7 #f7e4bf #bff7e4

Analogous Colors of #e4bff7

#e4bff7 #f7bfee #c8bff7

Monochromatic Colors of #e4bff7

#e4bff7

Complementary Color

#e4bff7 #d2f7bf

#e4bff7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4bff7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4bff7 Color CSS Codes

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

#e4bff7 Text Font Color

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

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


#e4bff7 Background Color

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

This div background color is #e4bff7


#e4bff7 Border Color

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

This div border color is #e4bff7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4bff7


Comments

No comments written yet.

Please login to write comment.