Color Hex Logo

#e50973 Color Hex

#E50973
(229,9,115)
0 Favorites   0 Comments

Color spaces of #e50973

RGB 2299115
HSL0.920.920.47
HSV331°96°90°
CMYK 0.000.960.50   0.10
XYZ35.505318.091217.8403
Yxy18.09120.49700.2532
Hunter Lab42.533874.56994.9051
CIE-Lab49.606577.31193.6744

#e50973 color RGB value is (229,9,115).

#e50973 hex color red value is 229, green value is 9 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #e50973 hue: 0.92 , saturation: 0.92 and the lightness value of e50973 is 0.47.

The process color (four color CMYK) of #e50973 color hex is 0.00, 0.96, 0.50, 0.10. Web safe color of #e50973 is #cc0066. Color #e50973 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00001001 01110011
Octal 345 11 163
Decimal 229 9 115
Hex E5 9 73

RGB Percentages of Color #e50973

%64.87
%2.55
%32.58

CMYK Percentages of Color #e50973

%0
%96
%50
%10

Triadic Colors of #e50973

#e50973 #73e509 #0973e5

Analogous Colors of #e50973

#e50973 #e50d09 #e509e1

Monochromatic Colors of #e50973

#e50973

Complementary Color

#e50973 #09e57b

#e50973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50973 Color CSS Codes

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

#e50973 Text Font Color

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

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


#e50973 Background Color

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

This div background color is #e50973


#e50973 Border Color

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

This div border color is #e50973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50973


Comments

No comments written yet.

Please login to write comment.