Color Hex Logo

#e0beff Color Hex

#E0BEFF
(224,190,255)
1 Favorites   0 Comments

Color spaces of #e0beff

RGB 224190255
HSL0.751.000.87
HSV271°25°100°
CMYK 0.120.250.00   0.00
XYZ67.203959.8942102.6264
Yxy59.89420.29250.2607
Hunter Lab77.391319.5682-24.4488
CIE-Lab81.780623.9712-27.5061

#e0beff color RGB value is (224,190,255).

#e0beff hex color red value is 224, green value is 190 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e0beff hue: 0.75 , saturation: 1.00 and the lightness value of e0beff is 0.87.

The process color (four color CMYK) of #e0beff color hex is 0.12, 0.25, 0.00, 0.00. Web safe color of #e0beff is #ccccff. Color #e0beff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111110 11111111
Octal 340 276 377
Decimal 224 190 255
Hex E0 BE FF

RGB Percentages of Color #e0beff

%33.48
%28.40
%38.12

CMYK Percentages of Color #e0beff

%12
%25
%0
%0

Triadic Colors of #e0beff

#e0beff #ffe0be #beffe0

Analogous Colors of #e0beff

#e0beff #ffbefe #c0beff

Monochromatic Colors of #e0beff

#e0beff

Complementary Color

#e0beff #ddffbe

#e0beff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0beff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0beff Color CSS Codes

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

#e0beff Text Font Color

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

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


#e0beff Background Color

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

This div background color is #e0beff


#e0beff Border Color

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

This div border color is #e0beff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0beff


Comments

No comments written yet.

Please login to write comment.