Color Hex Logo

#e1163a Color Hex

#E1163A
(225,22,58)
0 Favorites   0 Comments

Color spaces of #e1163a

RGB 2252258
HSL0.970.820.48
HSV349°90°88°
CMYK 0.000.900.74   0.12
XYZ32.102016.88695.5705
Yxy16.88690.58840.3095
Hunter Lab41.093767.528620.7284
CIE-Lab48.117271.837436.3006

#e1163a color RGB value is (225,22,58).

#e1163a hex color red value is 225, green value is 22 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #e1163a hue: 0.97 , saturation: 0.82 and the lightness value of e1163a is 0.48.

The process color (four color CMYK) of #e1163a color hex is 0.00, 0.90, 0.74, 0.12. Web safe color of #e1163a is #cc0033. Color #e1163a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010110 00111010
Octal 341 26 72
Decimal 225 22 58
Hex E1 16 3A

RGB Percentages of Color #e1163a

%73.77
%7.21
%19.02

CMYK Percentages of Color #e1163a

%0
%90
%74
%12

Triadic Colors of #e1163a

#e1163a #3ae116 #163ae1

Analogous Colors of #e1163a

#e1163a #e15816 #e116a0

Monochromatic Colors of #e1163a

#e1163a

Complementary Color

#e1163a #16e1bd

#e1163a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1163a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1163a Color CSS Codes

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

#e1163a Text Font Color

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

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


#e1163a Background Color

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

This div background color is #e1163a


#e1163a Border Color

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

This div border color is #e1163a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1163a


Comments

No comments written yet.

Please login to write comment.