Color Hex Logo

#e8bbeb Color Hex

#E8BBEB
(232,187,235)
0 Favorites   0 Comments

Color spaces of #e8bbeb

RGB 232187235
HSL0.820.550.83
HSV296°20°92°
CMYK 0.010.200.00   0.08
XYZ66.044458.694686.4455
Yxy58.69460.31270.2779
Hunter Lab76.612419.8058-13.2711
CIE-Lab81.123424.2273-17.7386

#e8bbeb color RGB value is (232,187,235).

#e8bbeb hex color red value is 232, green value is 187 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e8bbeb hue: 0.82 , saturation: 0.55 and the lightness value of e8bbeb is 0.83.

The process color (four color CMYK) of #e8bbeb color hex is 0.01, 0.20, 0.00, 0.08. Web safe color of #e8bbeb is #ffccff. Color #e8bbeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10111011 11101011
Octal 350 273 353
Decimal 232 187 235
Hex E8 BB EB

RGB Percentages of Color #e8bbeb

%35.47
%28.59
%35.93

CMYK Percentages of Color #e8bbeb

%1
%20
%0
%8

Triadic Colors of #e8bbeb

#e8bbeb #ebe8bb #bbebe8

Analogous Colors of #e8bbeb

#e8bbeb #ebbbd6 #d0bbeb

Monochromatic Colors of #e8bbeb

#e8bbeb

Complementary Color

#e8bbeb #beebbb

#e8bbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8bbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8bbeb Color CSS Codes

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

#e8bbeb Text Font Color

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

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


#e8bbeb Background Color

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

This div background color is #e8bbeb


#e8bbeb Border Color

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

This div border color is #e8bbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8bbeb


Comments

No comments written yet.

Please login to write comment.