Color Hex Logo

#e4bcec Color Hex

#E4BCEC
(228,188,236)
0 Favorites   0 Comments

Color spaces of #e4bcec

RGB 228188236
HSL0.810.560.83
HSV290°20°93°
CMYK 0.030.200.00   0.07
XYZ65.118558.516587.2196
Yxy58.51650.30880.2775
Hunter Lab76.496118.0828-14.0543
CIE-Lab81.025122.5719-18.4593

#e4bcec color RGB value is (228,188,236).

#e4bcec hex color red value is 228, green value is 188 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e4bcec hue: 0.81 , saturation: 0.56 and the lightness value of e4bcec is 0.83.

The process color (four color CMYK) of #e4bcec color hex is 0.03, 0.20, 0.00, 0.07. Web safe color of #e4bcec is #ccccff. Color #e4bcec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10111100 11101100
Octal 344 274 354
Decimal 228 188 236
Hex E4 BC EC

RGB Percentages of Color #e4bcec

%34.97
%28.83
%36.20

CMYK Percentages of Color #e4bcec

%3
%20
%0
%7

Triadic Colors of #e4bcec

#e4bcec #ece4bc #bcece4

Analogous Colors of #e4bcec

#e4bcec #ecbcdc #ccbcec

Monochromatic Colors of #e4bcec

#e4bcec

Complementary Color

#e4bcec #c4ecbc

#e4bcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4bcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4bcec Color CSS Codes

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

#e4bcec Text Font Color

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

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


#e4bcec Background Color

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

This div background color is #e4bcec


#e4bcec Border Color

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

This div border color is #e4bcec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,188,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4bcec


Comments

No comments written yet.

Please login to write comment.