Color Hex Logo

#e1a8cc Color Hex

#E1A8CC
(225,168,204)
0 Favorites   0 Comments

Color spaces of #e1a8cc

RGB 225168204
HSL0.890.490.77
HSV322°25°88°
CMYK 0.000.250.09   0.12
XYZ55.953148.372463.5145
Yxy48.37240.33340.2882
Hunter Lab69.550321.8900-5.4595
CIE-Lab75.059226.5528-10.1108

#e1a8cc color RGB value is (225,168,204).

#e1a8cc hex color red value is 225, green value is 168 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e1a8cc hue: 0.89 , saturation: 0.49 and the lightness value of e1a8cc is 0.77.

The process color (four color CMYK) of #e1a8cc color hex is 0.00, 0.25, 0.09, 0.12. Web safe color of #e1a8cc is #cc99cc. Color #e1a8cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101000 11001100
Octal 341 250 314
Decimal 225 168 204
Hex E1 A8 CC

RGB Percentages of Color #e1a8cc

%37.69
%28.14
%34.17

CMYK Percentages of Color #e1a8cc

%0
%25
%9
%12

Triadic Colors of #e1a8cc

#e1a8cc #cce1a8 #a8cce1

Analogous Colors of #e1a8cc

#e1a8cc #e1a8b0 #daa8e1

Monochromatic Colors of #e1a8cc

#e1a8cc

Complementary Color

#e1a8cc #a8e1bd

#e1a8cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1a8cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1a8cc Color CSS Codes

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

#e1a8cc Text Font Color

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

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


#e1a8cc Background Color

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

This div background color is #e1a8cc


#e1a8cc Border Color

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

This div border color is #e1a8cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1a8cc


Comments

No comments written yet.

Please login to write comment.