Color Hex Logo

#e4aae5 Color Hex

#E4AAE5
(228,170,229)
0 Favorites   0 Comments

Color spaces of #e4aae5

RGB 228170229
HSL0.830.530.78
HSV299°26°90°
CMYK 0.000.260.00   0.10
XYZ60.512550.900680.7642
Yxy50.90060.31490.2649
Hunter Lab71.344726.5455-17.1767
CIE-Lab76.618830.9170-21.3560

#e4aae5 color RGB value is (228,170,229).

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

The process color (four color CMYK) of #e4aae5 color hex is 0.00, 0.26, 0.00, 0.10. Web safe color of #e4aae5 is #cc99cc. Color #e4aae5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10101010 11100101
Octal 344 252 345
Decimal 228 170 229
Hex E4 AA E5

RGB Percentages of Color #e4aae5

%36.36
%27.11
%36.52

CMYK Percentages of Color #e4aae5

%0
%26
%0
%10

Triadic Colors of #e4aae5

#e4aae5 #e5e4aa #aae5e4

Analogous Colors of #e4aae5

#e4aae5 #e5aac9 #c7aae5

Monochromatic Colors of #e4aae5

#e4aae5

Complementary Color

#e4aae5 #abe5aa

#e4aae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4aae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4aae5 Color CSS Codes

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

#e4aae5 Text Font Color

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

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


#e4aae5 Background Color

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

This div background color is #e4aae5


#e4aae5 Border Color

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

This div border color is #e4aae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4aae5


Comments

No comments written yet.

Please login to write comment.