Color Hex Logo

#e16faa Color Hex

#E16FAA
(225,111,170)
0 Favorites   0 Comments

Color spaces of #e16faa

RGB 225111170
HSL0.910.660.66
HSV329°51°88°
CMYK 0.000.510.24   0.12
XYZ43.991530.278741.5560
Yxy30.27870.37980.2614
Hunter Lab55.026146.4091-6.2579
CIE-Lab61.894051.0149-10.7735

#e16faa color RGB value is (225,111,170).

#e16faa hex color red value is 225, green value is 111 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e16faa hue: 0.91 , saturation: 0.66 and the lightness value of e16faa is 0.66.

The process color (four color CMYK) of #e16faa color hex is 0.00, 0.51, 0.24, 0.12. Web safe color of #e16faa is #cc6699. Color #e16faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101111 10101010
Octal 341 157 252
Decimal 225 111 170
Hex E1 6F AA

RGB Percentages of Color #e16faa

%44.47
%21.94
%33.60

CMYK Percentages of Color #e16faa

%0
%51
%24
%12

Triadic Colors of #e16faa

#e16faa #aae16f #6faae1

Analogous Colors of #e16faa

#e16faa #e16f71 #df6fe1

Monochromatic Colors of #e16faa

#e16faa

Complementary Color

#e16faa #6fe1a6

#e16faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16faa Color CSS Codes

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

#e16faa Text Font Color

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

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


#e16faa Background Color

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

This div background color is #e16faa


#e16faa Border Color

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

This div border color is #e16faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16faa


Comments

No comments written yet.

Please login to write comment.