Color Hex Logo

#e1bedb Color Hex

#E1BEDB
(225,190,219)
0 Favorites   0 Comments

Color spaces of #e1bedb

RGB 225190219
HSL0.860.370.81
HSV310°16°88°
CMYK 0.000.160.03   0.12
XYZ62.251057.948974.9221
Yxy57.94890.31900.2970
Hunter Lab76.124212.7521-5.0668
CIE-Lab80.710417.3611-9.8265

#e1bedb color RGB value is (225,190,219).

#e1bedb hex color red value is 225, green value is 190 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e1bedb hue: 0.86 , saturation: 0.37 and the lightness value of e1bedb is 0.81.

The process color (four color CMYK) of #e1bedb color hex is 0.00, 0.16, 0.03, 0.12. Web safe color of #e1bedb is #cccccc. Color #e1bedb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111110 11011011
Octal 341 276 333
Decimal 225 190 219
Hex E1 BE DB

RGB Percentages of Color #e1bedb

%35.49
%29.97
%34.54

CMYK Percentages of Color #e1bedb

%0
%16
%3
%12

Triadic Colors of #e1bedb

#e1bedb #dbe1be #bedbe1

Analogous Colors of #e1bedb

#e1bedb #e1beca #d6bee1

Monochromatic Colors of #e1bedb

#e1bedb

Complementary Color

#e1bedb #bee1c4

#e1bedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1bedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1bedb Color CSS Codes

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

#e1bedb Text Font Color

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

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


#e1bedb Background Color

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

This div background color is #e1bedb


#e1bedb Border Color

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

This div border color is #e1bedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1bedb


Comments

No comments written yet.

Please login to write comment.