Color Hex Logo

#e16861 Color Hex

#E16861
(225,104,97)
0 Favorites   0 Comments

Color spaces of #e16861

RGB 22510497
HSL0.010.680.63
HSV57°88°
CMYK 0.000.540.57   0.12
XYZ38.159326.771214.4654
Yxy26.77120.48060.3372
Hunter Lab51.740941.098519.6427
CIE-Lab58.761946.606626.8482

#e16861 color RGB value is (225,104,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101000 01100001
Octal 341 150 141
Decimal 225 104 97
Hex E1 68 61

RGB Percentages of Color #e16861

%52.82
%24.41
%22.77

CMYK Percentages of Color #e16861

%0
%54
%57
%12

Triadic Colors of #e16861

#e16861 #61e168 #6861e1

Analogous Colors of #e16861

#e16861 #e1a861 #e1619a

Monochromatic Colors of #e16861

#e16861

Complementary Color

#e16861 #61dae1

#e16861 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16861 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16861 Color CSS Codes

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

#e16861 Text Font Color

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

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


#e16861 Background Color

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

This div background color is #e16861


#e16861 Border Color

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

This div border color is #e16861


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16861


Comments

No comments written yet.

Please login to write comment.