Color Hex Logo

#e00980 Color Hex

#E00980
(224,9,128)
0 Favorites   0 Comments

Color spaces of #e00980

RGB 2249128
HSL0.910.920.46
HSV327°96°88°
CMYK 0.000.960.43   0.12
XYZ34.734417.601221.9887
Yxy17.60120.46730.2368
Hunter Lab41.953874.3647-1.7073
CIE-Lab49.008877.2632-5.2551

#e00980 color RGB value is (224,9,128).

#e00980 hex color red value is 224, green value is 9 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #e00980 hue: 0.91 , saturation: 0.92 and the lightness value of e00980 is 0.46.

The process color (four color CMYK) of #e00980 color hex is 0.00, 0.96, 0.43, 0.12. Web safe color of #e00980 is #cc0099. Color #e00980 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00001001 10000000
Octal 340 11 200
Decimal 224 9 128
Hex E0 9 80

RGB Percentages of Color #e00980

%62.05
%2.49
%35.46

CMYK Percentages of Color #e00980

%0
%96
%43
%12

Triadic Colors of #e00980

#e00980 #80e009 #0980e0

Analogous Colors of #e00980

#e00980 #e00915 #d509e0

Monochromatic Colors of #e00980

#e00980

Complementary Color

#e00980 #09e069

#e00980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e00980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e00980 Color CSS Codes

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

#e00980 Text Font Color

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

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


#e00980 Background Color

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

This div background color is #e00980


#e00980 Border Color

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

This div border color is #e00980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e00980


Comments

No comments written yet.

Please login to write comment.