Color Hex Logo

#e16242 Color Hex

#E16242
(225,98,66)
0 Favorites   0 Comments

Color spaces of #e16242

RGB 2259866
HSL0.030.730.57
HSV12°71°88°
CMYK 0.000.560.71   0.12
XYZ36.402425.13638.0874
Yxy25.13630.52280.3610
Hunter Lab50.136141.865525.5313
CIE-Lab57.208047.554742.1496

#e16242 color RGB value is (225,98,66).

#e16242 hex color red value is 225, green value is 98 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #e16242 hue: 0.03 , saturation: 0.73 and the lightness value of e16242 is 0.57.

The process color (four color CMYK) of #e16242 color hex is 0.00, 0.56, 0.71, 0.12. Web safe color of #e16242 is #cc6633. Color #e16242 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100010 01000010
Octal 341 142 102
Decimal 225 98 66
Hex E1 62 42

RGB Percentages of Color #e16242

%57.84
%25.19
%16.97

CMYK Percentages of Color #e16242

%0
%56
%71
%12

Triadic Colors of #e16242

#e16242 #42e162 #6242e1

Analogous Colors of #e16242

#e16242 #e1b242 #e14272

Monochromatic Colors of #e16242

#e16242

Complementary Color

#e16242 #42c1e1

#e16242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16242 Color CSS Codes

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

#e16242 Text Font Color

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

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


#e16242 Background Color

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

This div background color is #e16242


#e16242 Border Color

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

This div border color is #e16242


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16242


Comments

No comments written yet.

Please login to write comment.