Color Hex Logo

#e1abce Color Hex

#E1ABCE
(225,171,206)
0 Favorites   0 Comments

Color spaces of #e1abce

RGB 225171206
HSL0.890.470.78
HSV321°24°88°
CMYK 0.000.240.08   0.12
XYZ56.754849.589664.9730
Yxy49.58960.33130.2895
Hunter Lab70.419920.6270-5.4101
CIE-Lab75.816725.2798-10.0743

#e1abce color RGB value is (225,171,206).

#e1abce hex color red value is 225, green value is 171 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e1abce hue: 0.89 , saturation: 0.47 and the lightness value of e1abce is 0.78.

The process color (four color CMYK) of #e1abce color hex is 0.00, 0.24, 0.08, 0.12. Web safe color of #e1abce is #cc99cc. Color #e1abce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101011 11001110
Octal 341 253 316
Decimal 225 171 206
Hex E1 AB CE

RGB Percentages of Color #e1abce

%37.38
%28.41
%34.22

CMYK Percentages of Color #e1abce

%0
%24
%8
%12

Triadic Colors of #e1abce

#e1abce #cee1ab #abcee1

Analogous Colors of #e1abce

#e1abce #e1abb3 #d9abe1

Monochromatic Colors of #e1abce

#e1abce

Complementary Color

#e1abce #abe1be

#e1abce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1abce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1abce Color CSS Codes

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

#e1abce Text Font Color

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

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


#e1abce Background Color

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

This div background color is #e1abce


#e1abce Border Color

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

This div border color is #e1abce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1abce


Comments

No comments written yet.

Please login to write comment.