Color Hex Logo

#e4aacc Color Hex

#E4AACC
(228,170,204)
0 Favorites   0 Comments

Color spaces of #e4aacc

RGB 228170204
HSL0.900.520.78
HSV325°25°89°
CMYK 0.000.250.11   0.11
XYZ57.268749.603163.6827
Yxy49.60310.33580.2908
Hunter Lab70.429521.8931-4.3097
CIE-Lab75.825026.5109-8.9378

#e4aacc color RGB value is (228,170,204).

#e4aacc hex color red value is 228, green value is 170 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e4aacc hue: 0.90 , saturation: 0.52 and the lightness value of e4aacc is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10101010 11001100
Octal 344 252 314
Decimal 228 170 204
Hex E4 AA CC

RGB Percentages of Color #e4aacc

%37.87
%28.24
%33.89

CMYK Percentages of Color #e4aacc

%0
%25
%11
%11

Triadic Colors of #e4aacc

#e4aacc #cce4aa #aacce4

Analogous Colors of #e4aacc

#e4aacc #e4aaaf #dfaae4

Monochromatic Colors of #e4aacc

#e4aacc

Complementary Color

#e4aacc #aae4c2

#e4aacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4aacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4aacc Color CSS Codes

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

#e4aacc Text Font Color

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

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


#e4aacc Background Color

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

This div background color is #e4aacc


#e4aacc Border Color

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

This div border color is #e4aacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4aacc


Comments

No comments written yet.

Please login to write comment.