Color Hex Logo

#e2bcff Color Hex

#E2BCFF
(226,188,255)
0 Favorites   0 Comments

Color spaces of #e2bcff

RGB 226188255
HSL0.761.000.87
HSV274°26°100°
CMYK 0.110.260.00   0.00
XYZ67.397359.3552102.5122
Yxy59.35520.29400.2589
Hunter Lab77.042321.3293-24.9614
CIE-Lab81.486425.6661-27.9406

#e2bcff color RGB value is (226,188,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10111100 11111111
Octal 342 274 377
Decimal 226 188 255
Hex E2 BC FF

RGB Percentages of Color #e2bcff

%33.78
%28.10
%38.12

CMYK Percentages of Color #e2bcff

%11
%26
%0
%0

Triadic Colors of #e2bcff

#e2bcff #ffe2bc #bcffe2

Analogous Colors of #e2bcff

#e2bcff #ffbcfb #c1bcff

Monochromatic Colors of #e2bcff

#e2bcff

Complementary Color

#e2bcff #d9ffbc

#e2bcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2bcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2bcff Color CSS Codes

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

#e2bcff Text Font Color

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

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


#e2bcff Background Color

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

This div background color is #e2bcff


#e2bcff Border Color

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

This div border color is #e2bcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2bcff

Related Colors


Comments

No comments written yet.

Please login to write comment.