Color Hex Logo

#e16074 Color Hex

#E16074
(225,96,116)
0 Favorites   0 Comments

Color spaces of #e16074

RGB 22596116
HSL0.970.680.63
HSV351°57°88°
CMYK 0.000.570.48   0.12
XYZ38.386625.634219.4477
Yxy25.63420.45990.3071
Hunter Lab50.630246.731412.6671
CIE-Lab57.688251.965814.4155

#e16074 color RGB value is (225,96,116).

#e16074 hex color red value is 225, green value is 96 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #e16074 hue: 0.97 , saturation: 0.68 and the lightness value of e16074 is 0.63.

The process color (four color CMYK) of #e16074 color hex is 0.00, 0.57, 0.48, 0.12. Web safe color of #e16074 is #cc6666. Color #e16074 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100000 01110100
Octal 341 140 164
Decimal 225 96 116
Hex E1 60 74

RGB Percentages of Color #e16074

%51.49
%21.97
%26.54

CMYK Percentages of Color #e16074

%0
%57
%48
%12

Triadic Colors of #e16074

#e16074 #74e160 #6074e1

Analogous Colors of #e16074

#e16074 #e18d60 #e160b5

Monochromatic Colors of #e16074

#e16074

Complementary Color

#e16074 #60e1cd

#e16074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16074 Color CSS Codes

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

#e16074 Text Font Color

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

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


#e16074 Background Color

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

This div background color is #e16074


#e16074 Border Color

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

This div border color is #e16074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16074


Comments

No comments written yet.

Please login to write comment.