Color Hex Logo

#e1acca Color Hex

#E1ACCA
(225,172,202)
0 Favorites   0 Comments

Color spaces of #e1acca

RGB 225172202
HSL0.910.470.78
HSV326°24°88°
CMYK 0.000.240.10   0.12
XYZ56.464549.776962.5090
Yxy49.77690.33460.2950
Hunter Lab70.552719.3891-3.1434
CIE-Lab75.932124.0631-7.7192

#e1acca color RGB value is (225,172,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101100 11001010
Octal 341 254 312
Decimal 225 172 202
Hex E1 AC CA

RGB Percentages of Color #e1acca

%37.56
%28.71
%33.72

CMYK Percentages of Color #e1acca

%0
%24
%10
%12

Triadic Colors of #e1acca

#e1acca #cae1ac #accae1

Analogous Colors of #e1acca

#e1acca #e1acb0 #deace1

Monochromatic Colors of #e1acca

#e1acca

Complementary Color

#e1acca #ace1c3

#e1acca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1acca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1acca Color CSS Codes

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

#e1acca Text Font Color

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

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


#e1acca Background Color

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

This div background color is #e1acca


#e1acca Border Color

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

This div border color is #e1acca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1acca


Comments

No comments written yet.

Please login to write comment.