Color Hex Logo

#e40582 Color Hex

#E40582
(228,5,130)
0 Favorites   0 Comments

Color spaces of #e40582

RGB 2285130
HSL0.910.960.46
HSV326°98°89°
CMYK 0.000.980.43   0.11
XYZ36.078418.214222.7332
Yxy18.21420.46840.2365
Hunter Lab42.678176.2103-1.7071
CIE-Lab49.754978.5997-5.2783

#e40582 color RGB value is (228,5,130).

#e40582 hex color red value is 228, green value is 5 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #e40582 hue: 0.91 , saturation: 0.96 and the lightness value of e40582 is 0.46.

The process color (four color CMYK) of #e40582 color hex is 0.00, 0.98, 0.43, 0.11. Web safe color of #e40582 is #cc0099. Color #e40582 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00000101 10000010
Octal 344 5 202
Decimal 228 5 130
Hex E4 5 82

RGB Percentages of Color #e40582

%62.81
%1.38
%35.81

CMYK Percentages of Color #e40582

%0
%98
%43
%11

Triadic Colors of #e40582

#e40582 #82e405 #0582e4

Analogous Colors of #e40582

#e40582 #e40513 #d705e4

Monochromatic Colors of #e40582

#e40582

Complementary Color

#e40582 #05e467

#e40582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e40582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e40582 Color CSS Codes

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

#e40582 Text Font Color

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

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


#e40582 Background Color

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

This div background color is #e40582


#e40582 Border Color

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

This div border color is #e40582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e40582


Comments

No comments written yet.

Please login to write comment.