Color Hex Logo

#e16fab Color Hex

#E16FAB
(225,111,171)
0 Favorites   0 Comments

Color spaces of #e16fab

RGB 225111171
HSL0.910.660.66
HSV328°51°88°
CMYK 0.000.510.24   0.12
XYZ44.086530.316742.0562
Yxy30.31670.37860.2603
Hunter Lab55.060646.5672-6.7443
CIE-Lab61.926551.1527-11.2971

#e16fab color RGB value is (225,111,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101111 10101011
Octal 341 157 253
Decimal 225 111 171
Hex E1 6F AB

RGB Percentages of Color #e16fab

%44.38
%21.89
%33.73

CMYK Percentages of Color #e16fab

%0
%51
%24
%12

Triadic Colors of #e16fab

#e16fab #abe16f #6fabe1

Analogous Colors of #e16fab

#e16fab #e16f72 #de6fe1

Monochromatic Colors of #e16fab

#e16fab

Complementary Color

#e16fab #6fe1a5

#e16fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16fab Color CSS Codes

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

#e16fab Text Font Color

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

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


#e16fab Background Color

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

This div background color is #e16fab


#e16fab Border Color

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

This div border color is #e16fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16fab


Comments

No comments written yet.

Please login to write comment.