Color Hex Logo

#eea1cc Color Hex

#EEA1CC
(238,161,204)
0 Favorites   0 Comments

Color spaces of #eea1cc

RGB 238161204
HSL0.910.690.78
HSV326°32°93°
CMYK 0.000.320.14   0.07
XYZ58.903848.026563.2922
Yxy48.02650.34600.2821
Hunter Lab69.301230.4424-5.6383
CIE-Lab74.841634.7310-10.2907

#eea1cc color RGB value is (238,161,204).

#eea1cc hex color red value is 238, green value is 161 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #eea1cc hue: 0.91 , saturation: 0.69 and the lightness value of eea1cc is 0.78.

The process color (four color CMYK) of #eea1cc color hex is 0.00, 0.32, 0.14, 0.07. Web safe color of #eea1cc is #ff99cc. Color #eea1cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100001 11001100
Octal 356 241 314
Decimal 238 161 204
Hex EE A1 CC

RGB Percentages of Color #eea1cc

%39.47
%26.70
%33.83

CMYK Percentages of Color #eea1cc

%0
%32
%14
%7

Triadic Colors of #eea1cc

#eea1cc #cceea1 #a1ccee

Analogous Colors of #eea1cc

#eea1cc #eea1a6 #eaa1ee

Monochromatic Colors of #eea1cc

#eea1cc

Complementary Color

#eea1cc #a1eec3

#eea1cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea1cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea1cc Color CSS Codes

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

#eea1cc Text Font Color

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

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


#eea1cc Background Color

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

This div background color is #eea1cc


#eea1cc Border Color

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

This div border color is #eea1cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea1cc


Comments

No comments written yet.

Please login to write comment.