Color Hex Logo

#e466aa Color Hex

#E466AA
(228,102,170)
0 Favorites   0 Comments

Color spaces of #e466aa

RGB 228102170
HSL0.910.700.65
HSV328°55°89°
CMYK 0.000.550.25   0.11
XYZ44.002028.899041.2891
Yxy28.89900.38530.2531
Hunter Lab53.757852.0303-7.9077
CIE-Lab60.692456.2248-12.5339

#e466aa color RGB value is (228,102,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01100110 10101010
Octal 344 146 252
Decimal 228 102 170
Hex E4 66 AA

RGB Percentages of Color #e466aa

%45.60
%20.40
%34.00

CMYK Percentages of Color #e466aa

%0
%55
%25
%11

Triadic Colors of #e466aa

#e466aa #aae466 #66aae4

Analogous Colors of #e466aa

#e466aa #e4666b #df66e4

Monochromatic Colors of #e466aa

#e466aa

Complementary Color

#e466aa #66e4a0

#e466aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e466aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e466aa Color CSS Codes

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

#e466aa Text Font Color

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

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


#e466aa Background Color

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

This div background color is #e466aa


#e466aa Border Color

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

This div border color is #e466aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e466aa


Comments

No comments written yet.

Please login to write comment.