Color Hex Logo

#e0aacf Color Hex

#E0AACF
(224,170,207)
0 Favorites   0 Comments

Color spaces of #e0aacf

RGB 224170207
HSL0.890.470.77
HSV319°24°88°
CMYK 0.000.240.08   0.12
XYZ56.377749.101765.5376
Yxy49.10170.32970.2871
Hunter Lab70.072620.9871-6.4020
CIE-Lab75.514625.6475-11.0815

#e0aacf color RGB value is (224,170,207).

#e0aacf hex color red value is 224, green value is 170 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e0aacf hue: 0.89 , saturation: 0.47 and the lightness value of e0aacf is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101010 11001111
Octal 340 252 317
Decimal 224 170 207
Hex E0 AA CF

RGB Percentages of Color #e0aacf

%37.27
%28.29
%34.44

CMYK Percentages of Color #e0aacf

%0
%24
%8
%12

Triadic Colors of #e0aacf

#e0aacf #cfe0aa #aacfe0

Analogous Colors of #e0aacf

#e0aacf #e0aab4 #d6aae0

Monochromatic Colors of #e0aacf

#e0aacf

Complementary Color

#e0aacf #aae0bb

#e0aacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0aacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0aacf Color CSS Codes

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

#e0aacf Text Font Color

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

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


#e0aacf Background Color

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

This div background color is #e0aacf


#e0aacf Border Color

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

This div border color is #e0aacf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,170,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e0aacf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e0aacf;
  -webkit-box-shadow: 1px 1px 3px 2px #e0aacf;
  box-shadow:         1px 1px 3px 2px #e0aacf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,170,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0aacf


Comments

No comments written yet.

Please login to write comment.