Color Hex Logo

#e16a9d Color Hex

#E16A9D
(225,106,157)
0 Favorites   0 Comments

Color spaces of #e16a9d

RGB 225106157
HSL0.930.660.65
HSV334°53°88°
CMYK 0.000.530.30   0.12
XYZ42.291228.749935.2186
Yxy28.74990.39800.2706
Hunter Lab53.618946.9563-1.4103
CIE-Lab60.560351.7150-5.2880

#e16a9d color RGB value is (225,106,157).

#e16a9d hex color red value is 225, green value is 106 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #e16a9d hue: 0.93 , saturation: 0.66 and the lightness value of e16a9d is 0.65.

The process color (four color CMYK) of #e16a9d color hex is 0.00, 0.53, 0.30, 0.12. Web safe color of #e16a9d is #cc6699. Color #e16a9d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101010 10011101
Octal 341 152 235
Decimal 225 106 157
Hex E1 6A 9D

RGB Percentages of Color #e16a9d

%46.11
%21.72
%32.17

CMYK Percentages of Color #e16a9d

%0
%53
%30
%12

Triadic Colors of #e16a9d

#e16a9d #9de16a #6a9de1

Analogous Colors of #e16a9d

#e16a9d #e1736a #e16ad9

Monochromatic Colors of #e16a9d

#e16a9d

Complementary Color

#e16a9d #6ae1ae

#e16a9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16a9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16a9d Color CSS Codes

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

#e16a9d Text Font Color

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

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


#e16a9d Background Color

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

This div background color is #e16a9d


#e16a9d Border Color

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

This div border color is #e16a9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16a9d


Comments

No comments written yet.

Please login to write comment.