Color Hex Logo

#e1c3db Color Hex

#E1C3DB
(225,195,219)
0 Favorites   0 Comments

Color spaces of #e1c3db

RGB 225195219
HSL0.870.330.82
HSV312°13°88°
CMYK 0.000.130.03   0.12
XYZ63.352660.152275.2893
Yxy60.15220.31870.3026
Hunter Lab77.557810.0803-3.2653
CIE-Lab81.920814.6899-8.0275

#e1c3db color RGB value is (225,195,219).

#e1c3db hex color red value is 225, green value is 195 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e1c3db hue: 0.87 , saturation: 0.33 and the lightness value of e1c3db is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11000011 11011011
Octal 341 303 333
Decimal 225 195 219
Hex E1 C3 DB

RGB Percentages of Color #e1c3db

%35.21
%30.52
%34.27

CMYK Percentages of Color #e1c3db

%0
%13
%3
%12

Triadic Colors of #e1c3db

#e1c3db #dbe1c3 #c3dbe1

Analogous Colors of #e1c3db

#e1c3db #e1c3cc #d8c3e1

Monochromatic Colors of #e1c3db

#e1c3db

Complementary Color

#e1c3db #c3e1c9

#e1c3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1c3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1c3db Color CSS Codes

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

#e1c3db Text Font Color

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

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


#e1c3db Background Color

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

This div background color is #e1c3db


#e1c3db Border Color

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

This div border color is #e1c3db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1c3db


Comments

No comments written yet.

Please login to write comment.