Color Hex Logo

#e7bfee Color Hex

#E7BFEE
(231,191,238)
0 Favorites   0 Comments

Color spaces of #e7bfee

RGB 231191238
HSL0.810.580.84
HSV291°20°93°
CMYK 0.030.200.00   0.07
XYZ67.018460.423689.0196
Yxy60.42360.30960.2791
Hunter Lab77.732617.8645-13.4862
CIE-Lab82.067922.3228-17.9304

#e7bfee color RGB value is (231,191,238).

#e7bfee hex color red value is 231, green value is 191 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e7bfee hue: 0.81 , saturation: 0.58 and the lightness value of e7bfee is 0.84.

The process color (four color CMYK) of #e7bfee color hex is 0.03, 0.20, 0.00, 0.07. Web safe color of #e7bfee is #ffccff. Color #e7bfee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10111111 11101110
Octal 347 277 356
Decimal 231 191 238
Hex E7 BF EE

RGB Percentages of Color #e7bfee

%35.00
%28.94
%36.06

CMYK Percentages of Color #e7bfee

%3
%20
%0
%7

Triadic Colors of #e7bfee

#e7bfee #eee7bf #bfeee7

Analogous Colors of #e7bfee

#e7bfee #eebfde #d0bfee

Monochromatic Colors of #e7bfee

#e7bfee

Complementary Color

#e7bfee #c6eebf

#e7bfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7bfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7bfee Color CSS Codes

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

#e7bfee Text Font Color

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

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


#e7bfee Background Color

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

This div background color is #e7bfee


#e7bfee Border Color

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

This div border color is #e7bfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7bfee


Comments

No comments written yet.

Please login to write comment.