Color Hex Logo

#e7bbeb Color Hex

#E7BBEB
(231,187,235)
0 Favorites   0 Comments

Color spaces of #e7bbeb

RGB 231187235
HSL0.820.550.83
HSV295°20°92°
CMYK 0.020.200.00   0.08
XYZ65.720758.527786.4304
Yxy58.52770.31190.2778
Hunter Lab76.503419.4605-13.4310
CIE-Lab81.031323.8998-17.8867

#e7bbeb color RGB value is (231,187,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10111011 11101011
Octal 347 273 353
Decimal 231 187 235
Hex E7 BB EB

RGB Percentages of Color #e7bbeb

%35.38
%28.64
%35.99

CMYK Percentages of Color #e7bbeb

%2
%20
%0
%8

Triadic Colors of #e7bbeb

#e7bbeb #ebe7bb #bbebe7

Analogous Colors of #e7bbeb

#e7bbeb #ebbbd7 #cfbbeb

Monochromatic Colors of #e7bbeb

#e7bbeb

Complementary Color

#e7bbeb #bfebbb

#e7bbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7bbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7bbeb Color CSS Codes

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

#e7bbeb Text Font Color

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

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


#e7bbeb Background Color

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

This div background color is #e7bbeb


#e7bbeb Border Color

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

This div border color is #e7bbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7bbeb


Comments

No comments written yet.

Please login to write comment.