Color Hex Logo

#e4aafc Color Hex

#E4AAFC
(228,170,252)
0 Favorites   0 Comments

Color spaces of #e4aafc

RGB 228170252
HSL0.780.930.83
HSV282°33°99°
CMYK 0.100.330.00   0.01
XYZ63.940352.271798.8149
Yxy52.27170.29740.2431
Hunter Lab72.299231.3392-30.4252
CIE-Lab77.443035.3373-32.5265

#e4aafc color RGB value is (228,170,252).

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

The process color (four color CMYK) of #e4aafc color hex is 0.10, 0.33, 0.00, 0.01. Web safe color of #e4aafc is #cc99ff. Color #e4aafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10101010 11111100
Octal 344 252 374
Decimal 228 170 252
Hex E4 AA FC

RGB Percentages of Color #e4aafc

%35.08
%26.15
%38.77

CMYK Percentages of Color #e4aafc

%10
%33
%0
%1

Triadic Colors of #e4aafc

#e4aafc #fce4aa #aafce4

Analogous Colors of #e4aafc

#e4aafc #fcaaeb #bbaafc

Monochromatic Colors of #e4aafc

#e4aafc

Complementary Color

#e4aafc #c2fcaa

#e4aafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4aafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4aafc Color CSS Codes

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

#e4aafc Text Font Color

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

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


#e4aafc Background Color

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

This div background color is #e4aafc


#e4aafc Border Color

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

This div border color is #e4aafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4aafc


Comments

No comments written yet.

Please login to write comment.