Color Hex Logo

#e9bfeb Color Hex

#E9BFEB
(233,191,235)
0 Favorites   0 Comments

Color spaces of #e9bfeb

RGB 233191235
HSL0.830.520.84
HSV297°19°92°
CMYK 0.010.190.00   0.08
XYZ67.230560.583486.7476
Yxy60.58340.31330.2824
Hunter Lab77.835317.9680-11.5941
CIE-Lab82.154322.4195-16.1768

#e9bfeb color RGB value is (233,191,235).

#e9bfeb hex color red value is 233, green value is 191 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e9bfeb hue: 0.83 , saturation: 0.52 and the lightness value of e9bfeb is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10111111 11101011
Octal 351 277 353
Decimal 233 191 235
Hex E9 BF EB

RGB Percentages of Color #e9bfeb

%35.36
%28.98
%35.66

CMYK Percentages of Color #e9bfeb

%1
%19
%0
%8

Triadic Colors of #e9bfeb

#e9bfeb #ebe9bf #bfebe9

Analogous Colors of #e9bfeb

#e9bfeb #ebbfd7 #d3bfeb

Monochromatic Colors of #e9bfeb

#e9bfeb

Complementary Color

#e9bfeb #c1ebbf

#e9bfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9bfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9bfeb Color CSS Codes

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

#e9bfeb Text Font Color

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

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


#e9bfeb Background Color

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

This div background color is #e9bfeb


#e9bfeb Border Color

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

This div border color is #e9bfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9bfeb


Comments

No comments written yet.

Please login to write comment.