Color Hex Logo

#e04882 Color Hex

#E04882
(224,72,130)
0 Favorites   0 Comments

Color spaces of #e04882

RGB 22472130
HSL0.940.710.58
HSV337°68°88°
CMYK 0.000.680.42   0.12
XYZ37.087122.093723.4289
Yxy22.09370.44890.2674
Hunter Lab47.003958.58343.3499
CIE-Lab54.126363.10041.0604

#e04882 color RGB value is (224,72,130).

#e04882 hex color red value is 224, green value is 72 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #e04882 hue: 0.94 , saturation: 0.71 and the lightness value of e04882 is 0.58.

The process color (four color CMYK) of #e04882 color hex is 0.00, 0.68, 0.42, 0.12. Web safe color of #e04882 is #cc3399. Color #e04882 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01001000 10000010
Octal 340 110 202
Decimal 224 72 130
Hex E0 48 82

RGB Percentages of Color #e04882

%52.58
%16.90
%30.52

CMYK Percentages of Color #e04882

%0
%68
%42
%12

Triadic Colors of #e04882

#e04882 #82e048 #4882e0

Analogous Colors of #e04882

#e04882 #e05a48 #e048ce

Monochromatic Colors of #e04882

#e04882

Complementary Color

#e04882 #48e0a6

#e04882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e04882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e04882 Color CSS Codes

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

#e04882 Text Font Color

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

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


#e04882 Background Color

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

This div background color is #e04882


#e04882 Border Color

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

This div border color is #e04882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e04882


Comments

No comments written yet.

Please login to write comment.