Color Hex Logo

#e468aa Color Hex

#E468AA
(228,104,170)
0 Favorites   0 Comments

Color spaces of #e468aa

RGB 228104170
HSL0.910.700.65
HSV328°54°89°
CMYK 0.000.540.25   0.11
XYZ44.200929.296941.3554
Yxy29.29690.38480.2551
Hunter Lab54.126651.0452-7.4119
CIE-Lab61.042855.2965-12.0073

#e468aa color RGB value is (228,104,170).

#e468aa hex color red value is 228, green value is 104 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e468aa hue: 0.91 , saturation: 0.70 and the lightness value of e468aa is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101000 10101010
Octal 344 150 252
Decimal 228 104 170
Hex E4 68 AA

RGB Percentages of Color #e468aa

%45.42
%20.72
%33.86

CMYK Percentages of Color #e468aa

%0
%54
%25
%11

Triadic Colors of #e468aa

#e468aa #aae468 #68aae4

Analogous Colors of #e468aa

#e468aa #e4686c #e068e4

Monochromatic Colors of #e468aa

#e468aa

Complementary Color

#e468aa #68e4a2

#e468aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e468aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e468aa Color CSS Codes

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

#e468aa Text Font Color

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

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


#e468aa Background Color

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

This div background color is #e468aa


#e468aa Border Color

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

This div border color is #e468aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e468aa


Comments

No comments written yet.

Please login to write comment.