Color Hex Logo

#e16153 Color Hex

#E16153
(225,97,83)
0 Favorites   0 Comments

Color spaces of #e16153

RGB 2259783
HSL0.020.700.60
HSV63°88°
CMYK 0.000.570.63   0.12
XYZ36.887425.181511.0999
Yxy25.18150.50410.3442
Hunter Lab50.181243.395522.0121
CIE-Lab57.251848.971232.8670

#e16153 color RGB value is (225,97,83).

#e16153 hex color red value is 225, green value is 97 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #e16153 hue: 0.02 , saturation: 0.70 and the lightness value of e16153 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100001 01010011
Octal 341 141 123
Decimal 225 97 83
Hex E1 61 53

RGB Percentages of Color #e16153

%55.56
%23.95
%20.49

CMYK Percentages of Color #e16153

%0
%57
%63
%12

Triadic Colors of #e16153

#e16153 #53e161 #6153e1

Analogous Colors of #e16153

#e16153 #e1a853 #e1538c

Monochromatic Colors of #e16153

#e16153

Complementary Color

#e16153 #53d3e1

#e16153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16153 Color CSS Codes

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

#e16153 Text Font Color

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

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


#e16153 Background Color

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

This div background color is #e16153


#e16153 Border Color

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

This div border color is #e16153


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16153


Comments

No comments written yet.

Please login to write comment.