Color Hex Logo

#e166ae Color Hex

#E166AE
(225,102,174)
0 Favorites   0 Comments

Color spaces of #e166ae

RGB 225102174
HSL0.900.670.64
HSV325°55°88°
CMYK 0.000.550.23   0.12
XYZ43.442728.566343.2686
Yxy28.56630.37690.2478
Hunter Lab53.447551.5538-10.5852
CIE-Lab60.396955.8524-15.3207

#e166ae color RGB value is (225,102,174).

#e166ae hex color red value is 225, green value is 102 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e166ae hue: 0.90 , saturation: 0.67 and the lightness value of e166ae is 0.64.

The process color (four color CMYK) of #e166ae color hex is 0.00, 0.55, 0.23, 0.12. Web safe color of #e166ae is #cc6699. Color #e166ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100110 10101110
Octal 341 146 256
Decimal 225 102 174
Hex E1 66 AE

RGB Percentages of Color #e166ae

%44.91
%20.36
%34.73

CMYK Percentages of Color #e166ae

%0
%55
%23
%12

Triadic Colors of #e166ae

#e166ae #aee166 #66aee1

Analogous Colors of #e166ae

#e166ae #e16671 #d766e1

Monochromatic Colors of #e166ae

#e166ae

Complementary Color

#e166ae #66e199

#e166ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e166ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e166ae Color CSS Codes

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

#e166ae Text Font Color

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

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


#e166ae Background Color

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

This div background color is #e166ae


#e166ae Border Color

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

This div border color is #e166ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,102,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e166ae


Comments

No comments written yet.

Please login to write comment.