Color Hex Logo

#e01577 Color Hex

#E01577
(224,21,119)
0 Favorites   0 Comments

Color spaces of #e01577

RGB 22421119
HSL0.920.830.48
HSV331°91°88°
CMYK 0.000.910.47   0.12
XYZ34.338417.715519.0624
Yxy17.71550.48280.2491
Hunter Lab42.089871.96982.6105
CIE-Lab49.149275.29420.4419

#e01577 color RGB value is (224,21,119).

#e01577 hex color red value is 224, green value is 21 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #e01577 hue: 0.92 , saturation: 0.83 and the lightness value of e01577 is 0.48.

The process color (four color CMYK) of #e01577 color hex is 0.00, 0.91, 0.47, 0.12. Web safe color of #e01577 is #cc0066. Color #e01577 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00010101 01110111
Octal 340 25 167
Decimal 224 21 119
Hex E0 15 77

RGB Percentages of Color #e01577

%61.54
%5.77
%32.69

CMYK Percentages of Color #e01577

%0
%91
%47
%12

Triadic Colors of #e01577

#e01577 #77e015 #1577e0

Analogous Colors of #e01577

#e01577 #e01815 #e015dd

Monochromatic Colors of #e01577

#e01577

Complementary Color

#e01577 #15e07e

#e01577 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e01577 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e01577 Color CSS Codes

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

#e01577 Text Font Color

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

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


#e01577 Background Color

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

This div background color is #e01577


#e01577 Border Color

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

This div border color is #e01577


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e01577


Comments

No comments written yet.

Please login to write comment.