Color Hex Logo

#e4bceb Color Hex

#E4BCEB
(228,188,235)
0 Favorites   0 Comments

Color spaces of #e4bceb

RGB 228188235
HSL0.810.540.83
HSV291°20°92°
CMYK 0.030.200.00   0.08
XYZ64.973558.458686.4564
Yxy58.45860.30960.2785
Hunter Lab76.458217.8858-13.5224
CIE-Lab80.993122.3824-17.9711

#e4bceb color RGB value is (228,188,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10111100 11101011
Octal 344 274 353
Decimal 228 188 235
Hex E4 BC EB

RGB Percentages of Color #e4bceb

%35.02
%28.88
%36.10

CMYK Percentages of Color #e4bceb

%3
%20
%0
%8

Triadic Colors of #e4bceb

#e4bceb #ebe4bc #bcebe4

Analogous Colors of #e4bceb

#e4bceb #ebbcdb #cdbceb

Monochromatic Colors of #e4bceb

#e4bceb

Complementary Color

#e4bceb #c3ebbc

#e4bceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4bceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4bceb Color CSS Codes

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

#e4bceb Text Font Color

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

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


#e4bceb Background Color

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

This div background color is #e4bceb


#e4bceb Border Color

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

This div border color is #e4bceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4bceb


Comments

No comments written yet.

Please login to write comment.