Color Hex Logo

#e9bfdc Color Hex

#E9BFDC
(233,191,220)
0 Favorites   0 Comments

Color spaces of #e9bfdc

RGB 233191220
HSL0.880.490.83
HSV319°18°91°
CMYK 0.000.180.06   0.09
XYZ65.153359.752575.8096
Yxy59.75250.32460.2977
Hunter Lab77.299715.1770-4.0372
CIE-Lab81.703519.7263-8.8087

#e9bfdc color RGB value is (233,191,220).

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

The process color (four color CMYK) of #e9bfdc color hex is 0.00, 0.18, 0.06, 0.09. Web safe color of #e9bfdc is #ffcccc. Color #e9bfdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10111111 11011100
Octal 351 277 334
Decimal 233 191 220
Hex E9 BF DC

RGB Percentages of Color #e9bfdc

%36.18
%29.66
%34.16

CMYK Percentages of Color #e9bfdc

%0
%18
%6
%9

Triadic Colors of #e9bfdc

#e9bfdc #dce9bf #bfdce9

Analogous Colors of #e9bfdc

#e9bfdc #e9bfc7 #e1bfe9

Monochromatic Colors of #e9bfdc

#e9bfdc

Complementary Color

#e9bfdc #bfe9cc

#e9bfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9bfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9bfdc Color CSS Codes

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

#e9bfdc Text Font Color

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

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


#e9bfdc Background Color

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

This div background color is #e9bfdc


#e9bfdc Border Color

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

This div border color is #e9bfdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,191,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9bfdc


Comments

No comments written yet.

Please login to write comment.