Color Hex Logo

#e9bfdf Color Hex

#E9BFDF
(233,191,223)
0 Favorites   0 Comments

Color spaces of #e9bfdf

RGB 233191223
HSL0.870.490.83
HSV314°18°91°
CMYK 0.000.180.04   0.09
XYZ65.554459.913077.9213
Yxy59.91300.32230.2946
Hunter Lab77.403515.7187-5.5042
CIE-Lab81.790920.2524-10.2889

#e9bfdf color RGB value is (233,191,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10111111 11011111
Octal 351 277 337
Decimal 233 191 223
Hex E9 BF DF

RGB Percentages of Color #e9bfdf

%36.01
%29.52
%34.47

CMYK Percentages of Color #e9bfdf

%0
%18
%4
%9

Triadic Colors of #e9bfdf

#e9bfdf #dfe9bf #bfdfe9

Analogous Colors of #e9bfdf

#e9bfdf #e9bfca #debfe9

Monochromatic Colors of #e9bfdf

#e9bfdf

Complementary Color

#e9bfdf #bfe9c9

#e9bfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9bfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9bfdf Color CSS Codes

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

#e9bfdf Text Font Color

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

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


#e9bfdf Background Color

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

This div background color is #e9bfdf


#e9bfdf Border Color

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

This div border color is #e9bfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9bfdf


Comments

No comments written yet.

Please login to write comment.