Color Hex Logo

#e16c78 Color Hex

#E16C78
(225,108,120)
0 Favorites   0 Comments

Color spaces of #e16c78

RGB 225108120
HSL0.980.660.65
HSV354°52°88°
CMYK 0.000.520.47   0.12
XYZ39.804128.088721.0931
Yxy28.08870.44730.3157
Hunter Lab52.998841.312513.5022
CIE-Lab59.968846.630015.2567

#e16c78 color RGB value is (225,108,120).

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

The process color (four color CMYK) of #e16c78 color hex is 0.00, 0.52, 0.47, 0.12. Web safe color of #e16c78 is #cc6666. Color #e16c78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101100 01111000
Octal 341 154 170
Decimal 225 108 120
Hex E1 6C 78

RGB Percentages of Color #e16c78

%49.67
%23.84
%26.49

CMYK Percentages of Color #e16c78

%0
%52
%47
%12

Triadic Colors of #e16c78

#e16c78 #78e16c #6c78e1

Analogous Colors of #e16c78

#e16c78 #e19b6c #e16cb3

Monochromatic Colors of #e16c78

#e16c78

Complementary Color

#e16c78 #6ce1d5

#e16c78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16c78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16c78 Color CSS Codes

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

#e16c78 Text Font Color

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

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


#e16c78 Background Color

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

This div background color is #e16c78


#e16c78 Border Color

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

This div border color is #e16c78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16c78


Comments

No comments written yet.

Please login to write comment.