Color Hex Logo

#e01c5c Color Hex

#E01C5C
(224,28,92)
0 Favorites   0 Comments

Color spaces of #e01c5c

RGB 2242892
HSL0.950.780.49
HSV340°88°88°
CMYK 0.000.880.59   0.12
XYZ33.087517.450511.7496
Yxy17.45050.53120.2802
Hunter Lab41.773868.279212.5653
CIE-Lab48.822772.323716.5456

#e01c5c color RGB value is (224,28,92).

#e01c5c hex color red value is 224, green value is 28 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #e01c5c hue: 0.95 , saturation: 0.78 and the lightness value of e01c5c is 0.49.

The process color (four color CMYK) of #e01c5c color hex is 0.00, 0.88, 0.59, 0.12. Web safe color of #e01c5c is #cc3366. Color #e01c5c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00011100 01011100
Octal 340 34 134
Decimal 224 28 92
Hex E0 1C 5C

RGB Percentages of Color #e01c5c

%65.12
%8.14
%26.74

CMYK Percentages of Color #e01c5c

%0
%88
%59
%12

Triadic Colors of #e01c5c

#e01c5c #5ce01c #1c5ce0

Analogous Colors of #e01c5c

#e01c5c #e03e1c #e01cbe

Monochromatic Colors of #e01c5c

#e01c5c

Complementary Color

#e01c5c #1ce0a0

#e01c5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e01c5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e01c5c Color CSS Codes

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

#e01c5c Text Font Color

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

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


#e01c5c Background Color

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

This div background color is #e01c5c


#e01c5c Border Color

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

This div border color is #e01c5c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,28,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e01c5c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e01c5c;
  -webkit-box-shadow: 1px 1px 3px 2px #e01c5c;
  box-shadow:         1px 1px 3px 2px #e01c5c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,28,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e01c5c


Comments

No comments written yet.

Please login to write comment.