Color Hex Logo

#e03180 Color Hex

#E03180
(224,49,128)
0 Favorites   0 Comments

Color spaces of #e03180

RGB 22449128
HSL0.920.740.54
HSV333°78°88°
CMYK 0.000.780.43   0.12
XYZ35.735119.602422.3223
Yxy19.60240.46010.2524
Hunter Lab44.274666.59111.0995
CIE-Lab51.384770.4228-1.7492

#e03180 color RGB value is (224,49,128).

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

The process color (four color CMYK) of #e03180 color hex is 0.00, 0.78, 0.43, 0.12. Web safe color of #e03180 is #cc3399. Color #e03180 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00110001 10000000
Octal 340 61 200
Decimal 224 49 128
Hex E0 31 80

RGB Percentages of Color #e03180

%55.86
%12.22
%31.92

CMYK Percentages of Color #e03180

%0
%78
%43
%12

Triadic Colors of #e03180

#e03180 #80e031 #3180e0

Analogous Colors of #e03180

#e03180 #e03a31 #e031d8

Monochromatic Colors of #e03180

#e03180

Complementary Color

#e03180 #31e091

#e03180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03180 Color CSS Codes

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

#e03180 Text Font Color

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

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


#e03180 Background Color

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

This div background color is #e03180


#e03180 Border Color

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

This div border color is #e03180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03180


Comments

No comments written yet.

Please login to write comment.