Color Hex Logo

#e16c8d Color Hex

#E16C8D
(225,108,141)
0 Favorites   0 Comments

Color spaces of #e16c8d

RGB 225108141
HSL0.950.660.65
HSV343°52°88°
CMYK 0.000.520.37   0.12
XYZ41.221628.655828.5578
Yxy28.65580.41880.2911
Hunter Lab53.531143.77445.8417
CIE-Lab60.476648.82993.8342

#e16c8d color RGB value is (225,108,141).

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

The process color (four color CMYK) of #e16c8d color hex is 0.00, 0.52, 0.37, 0.12. Web safe color of #e16c8d is #cc6699. Color #e16c8d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101100 10001101
Octal 341 154 215
Decimal 225 108 141
Hex E1 6C 8D

RGB Percentages of Color #e16c8d

%47.47
%22.78
%29.75

CMYK Percentages of Color #e16c8d

%0
%52
%37
%12

Triadic Colors of #e16c8d

#e16c8d #8de16c #6c8de1

Analogous Colors of #e16c8d

#e16c8d #e1866c #e16cc8

Monochromatic Colors of #e16c8d

#e16c8d

Complementary Color

#e16c8d #6ce1c0

#e16c8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16c8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16c8d Color CSS Codes

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

#e16c8d Text Font Color

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

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


#e16c8d Background Color

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

This div background color is #e16c8d


#e16c8d Border Color

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

This div border color is #e16c8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16c8d


Comments

No comments written yet.

Please login to write comment.