Color Hex Logo

#e1bfde Color Hex

#E1BFDE
(225,191,222)
0 Favorites   0 Comments

Color spaces of #e1bfde

RGB 225191222
HSL0.850.360.82
HSV305°15°88°
CMYK 0.000.150.01   0.12
XYZ62.867058.543177.0937
Yxy58.54310.31670.2949
Hunter Lab76.513512.7653-6.1802
CIE-Lab81.039817.3687-10.9482

#e1bfde color RGB value is (225,191,222).

#e1bfde hex color red value is 225, green value is 191 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e1bfde hue: 0.85 , saturation: 0.36 and the lightness value of e1bfde is 0.82.

The process color (four color CMYK) of #e1bfde color hex is 0.00, 0.15, 0.01, 0.12. Web safe color of #e1bfde is #cccccc. Color #e1bfde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111111 11011110
Octal 341 277 336
Decimal 225 191 222
Hex E1 BF DE

RGB Percentages of Color #e1bfde

%35.27
%29.94
%34.80

CMYK Percentages of Color #e1bfde

%0
%15
%1
%12

Triadic Colors of #e1bfde

#e1bfde #dee1bf #bfdee1

Analogous Colors of #e1bfde

#e1bfde #e1bfcd #d3bfe1

Monochromatic Colors of #e1bfde

#e1bfde

Complementary Color

#e1bfde #bfe1c2

#e1bfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1bfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1bfde Color CSS Codes

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

#e1bfde Text Font Color

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

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


#e1bfde Background Color

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

This div background color is #e1bfde


#e1bfde Border Color

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

This div border color is #e1bfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1bfde


Comments

No comments written yet.

Please login to write comment.