Color Hex Logo

#e1cbea Color Hex

#E1CBEA
(225,203,234)
0 Favorites   0 Comments

Color spaces of #e1cbea

RGB 225203234
HSL0.780.420.86
HSV283°13°92°
CMYK 0.040.130.00   0.08
XYZ67.258664.659986.7776
Yxy64.65990.30750.2957
Hunter Lab80.41148.5831-7.6961
CIE-Lab84.308213.1975-12.4845

#e1cbea color RGB value is (225,203,234).

#e1cbea hex color red value is 225, green value is 203 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e1cbea hue: 0.78 , saturation: 0.42 and the lightness value of e1cbea is 0.86.

The process color (four color CMYK) of #e1cbea color hex is 0.04, 0.13, 0.00, 0.08. Web safe color of #e1cbea is #ccccff. Color #e1cbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11001011 11101010
Octal 341 313 352
Decimal 225 203 234
Hex E1 CB EA

RGB Percentages of Color #e1cbea

%33.99
%30.66
%35.35

CMYK Percentages of Color #e1cbea

%4
%13
%0
%8

Triadic Colors of #e1cbea

#e1cbea #eae1cb #cbeae1

Analogous Colors of #e1cbea

#e1cbea #eacbe4 #d2cbea

Monochromatic Colors of #e1cbea

#e1cbea

Complementary Color

#e1cbea #d4eacb

#e1cbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1cbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1cbea Color CSS Codes

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

#e1cbea Text Font Color

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

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


#e1cbea Background Color

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

This div background color is #e1cbea


#e1cbea Border Color

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

This div border color is #e1cbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1cbea


Comments

No comments written yet.

Please login to write comment.