Color Hex Logo

#e6befb Color Hex

#E6BEFB
(230,190,251)
0 Favorites   0 Comments

Color spaces of #e6befb

RGB 230190251
HSL0.780.880.86
HSV279°24°98°
CMYK 0.080.240.00   0.02
XYZ68.459260.614999.3585
Yxy60.61490.29970.2654
Hunter Lab77.855620.7096-21.1664
CIE-Lab82.171325.0438-24.7287

#e6befb color RGB value is (230,190,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10111110 11111011
Octal 346 276 373
Decimal 230 190 251
Hex E6 BE FB

RGB Percentages of Color #e6befb

%34.28
%28.32
%37.41

CMYK Percentages of Color #e6befb

%8
%24
%0
%2

Triadic Colors of #e6befb

#e6befb #fbe6be #befbe6

Analogous Colors of #e6befb

#e6befb #fbbef2 #c8befb

Monochromatic Colors of #e6befb

#e6befb

Complementary Color

#e6befb #d3fbbe

#e6befb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6befb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6befb Color CSS Codes

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

#e6befb Text Font Color

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

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


#e6befb Background Color

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

This div background color is #e6befb


#e6befb Border Color

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

This div border color is #e6befb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6befb


Comments

No comments written yet.

Please login to write comment.