Color Hex Logo

#e8befe Color Hex

#E8BEFE
(232,190,254)
0 Favorites   0 Comments

Color spaces of #e8befe

RGB 232190254
HSL0.780.970.87
HSV279°25°100°
CMYK 0.090.250.00   0.00
XYZ69.581661.1385101.8995
Yxy61.13850.29910.2628
Hunter Lab78.191122.0112-22.5336
CIE-Lab82.453126.2650-25.8825

#e8befe color RGB value is (232,190,254).

#e8befe hex color red value is 232, green value is 190 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e8befe hue: 0.78 , saturation: 0.97 and the lightness value of e8befe is 0.87.

The process color (four color CMYK) of #e8befe color hex is 0.09, 0.25, 0.00, 0.00. Web safe color of #e8befe is #ffccff. Color #e8befe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10111110 11111110
Octal 350 276 376
Decimal 232 190 254
Hex E8 BE FE

RGB Percentages of Color #e8befe

%34.32
%28.11
%37.57

CMYK Percentages of Color #e8befe

%9
%25
%0
%0

Triadic Colors of #e8befe

#e8befe #fee8be #befee8

Analogous Colors of #e8befe

#e8befe #febef4 #c8befe

Monochromatic Colors of #e8befe

#e8befe

Complementary Color

#e8befe #d4febe

#e8befe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8befe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8befe Color CSS Codes

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

#e8befe Text Font Color

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

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


#e8befe Background Color

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

This div background color is #e8befe


#e8befe Border Color

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

This div border color is #e8befe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8befe


Comments

No comments written yet.

Please login to write comment.