Color Hex Logo

#e0bcff Color Hex

#E0BCFF
(224,188,255)
0 Favorites   0 Comments

Color spaces of #e0bcff

RGB 224188255
HSL0.761.000.87
HSV272°26°100°
CMYK 0.120.260.00   0.00
XYZ66.773759.0337102.4830
Yxy59.03370.29250.2586
Hunter Lab76.833420.6708-25.2997
CIE-Lab81.310125.0468-28.2260

#e0bcff color RGB value is (224,188,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111100 11111111
Octal 340 274 377
Decimal 224 188 255
Hex E0 BC FF

RGB Percentages of Color #e0bcff

%33.58
%28.19
%38.23

CMYK Percentages of Color #e0bcff

%12
%26
%0
%0

Triadic Colors of #e0bcff

#e0bcff #ffe0bc #bcffe0

Analogous Colors of #e0bcff

#e0bcff #ffbcfd #bfbcff

Monochromatic Colors of #e0bcff

#e0bcff

Complementary Color

#e0bcff #dbffbc

#e0bcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0bcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0bcff Color CSS Codes

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

#e0bcff Text Font Color

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

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


#e0bcff Background Color

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

This div background color is #e0bcff


#e0bcff Border Color

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

This div border color is #e0bcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0bcff

Related Colors


Comments

No comments written yet.

Please login to write comment.