Color Hex Logo

#e7befb Color Hex

#E7BEFB
(231,190,251)
0 Favorites   0 Comments

Color spaces of #e7befb

RGB 231190251
HSL0.780.880.86
HSV280°24°98°
CMYK 0.080.240.00   0.02
XYZ68.781060.780999.3735
Yxy60.78090.30040.2655
Hunter Lab77.962121.0455-20.9998
CIE-Lab82.260825.3590-24.5841

#e7befb color RGB value is (231,190,251).

#e7befb hex color red value is 231, green value is 190 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e7befb hue: 0.78 , saturation: 0.88 and the lightness value of e7befb is 0.86.

The process color (four color CMYK) of #e7befb color hex is 0.08, 0.24, 0.00, 0.02. Web safe color of #e7befb is #ffccff. Color #e7befb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10111110 11111011
Octal 347 276 373
Decimal 231 190 251
Hex E7 BE FB

RGB Percentages of Color #e7befb

%34.38
%28.27
%37.35

CMYK Percentages of Color #e7befb

%8
%24
%0
%2

Triadic Colors of #e7befb

#e7befb #fbe7be #befbe7

Analogous Colors of #e7befb

#e7befb #fbbef1 #c9befb

Monochromatic Colors of #e7befb

#e7befb

Complementary Color

#e7befb #d2fbbe

#e7befb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7befb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7befb Color CSS Codes

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

#e7befb Text Font Color

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

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


#e7befb Background Color

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

This div background color is #e7befb


#e7befb Border Color

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

This div border color is #e7befb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7befb

Related Colors


Comments

No comments written yet.

Please login to write comment.