Color Hex Logo

#e03477 Color Hex

#E03477
(224,52,119)
0 Favorites   0 Comments

Color spaces of #e03477

RGB 22452119
HSL0.940.740.54
HSV337°77°88°
CMYK 0.000.770.47   0.12
XYZ35.298219.635219.3823
Yxy19.63520.47500.2642
Hunter Lab44.311664.64605.0842
CIE-Lab51.422268.78423.7385

#e03477 color RGB value is (224,52,119).

#e03477 hex color red value is 224, green value is 52 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #e03477 hue: 0.94 , saturation: 0.74 and the lightness value of e03477 is 0.54.

The process color (four color CMYK) of #e03477 color hex is 0.00, 0.77, 0.47, 0.12. Web safe color of #e03477 is #cc3366. Color #e03477 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00110100 01110111
Octal 340 64 167
Decimal 224 52 119
Hex E0 34 77

RGB Percentages of Color #e03477

%56.71
%13.16
%30.13

CMYK Percentages of Color #e03477

%0
%77
%47
%12

Triadic Colors of #e03477

#e03477 #77e034 #3477e0

Analogous Colors of #e03477

#e03477 #e04734 #e034cd

Monochromatic Colors of #e03477

#e03477

Complementary Color

#e03477 #34e09d

#e03477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03477 Color CSS Codes

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

#e03477 Text Font Color

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

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


#e03477 Background Color

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

This div background color is #e03477


#e03477 Border Color

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

This div border color is #e03477


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,52,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 #e03477">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03477


Comments

No comments written yet.

Please login to write comment.