Color Hex Logo

#e40a5d Color Hex

#E40A5D
(228,10,93)
0 Favorites   0 Comments

Color spaces of #e40a5d

RGB 2281093
HSL0.940.920.47
HSV337°96°89°
CMYK 0.000.960.59   0.11
XYZ34.079217.501411.9379
Yxy17.50140.53650.2755
Hunter Lab41.834772.198312.3653
CIE-Lab48.885775.531816.1482

#e40a5d color RGB value is (228,10,93).

#e40a5d hex color red value is 228, green value is 10 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #e40a5d hue: 0.94 , saturation: 0.92 and the lightness value of e40a5d is 0.47.

The process color (four color CMYK) of #e40a5d color hex is 0.00, 0.96, 0.59, 0.11. Web safe color of #e40a5d is #cc0066. Color #e40a5d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00001010 01011101
Octal 344 12 135
Decimal 228 10 93
Hex E4 A 5D

RGB Percentages of Color #e40a5d

%68.88
%3.02
%28.10

CMYK Percentages of Color #e40a5d

%0
%96
%59
%11

Triadic Colors of #e40a5d

#e40a5d #5de40a #0a5de4

Analogous Colors of #e40a5d

#e40a5d #e4240a #e40aca

Monochromatic Colors of #e40a5d

#e40a5d

Complementary Color

#e40a5d #0ae491

#e40a5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e40a5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e40a5d Color CSS Codes

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

#e40a5d Text Font Color

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

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


#e40a5d Background Color

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

This div background color is #e40a5d


#e40a5d Border Color

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

This div border color is #e40a5d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,10,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e40a5d


Comments

No comments written yet.

Please login to write comment.