Color Hex Logo

#e50873 Color Hex

#E50873
(229,8,115)
0 Favorites   0 Comments

Color spaces of #e50873

RGB 2298115
HSL0.920.930.46
HSV331°97°90°
CMYK 0.000.970.50   0.10
XYZ35.494418.069517.8366
Yxy18.06950.49710.2531
Hunter Lab42.508274.65824.8775
CIE-Lab49.580377.38823.6367

#e50873 color RGB value is (229,8,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00001000 01110011
Octal 345 10 163
Decimal 229 8 115
Hex E5 8 73

RGB Percentages of Color #e50873

%65.06
%2.27
%32.67

CMYK Percentages of Color #e50873

%0
%97
%50
%10

Triadic Colors of #e50873

#e50873 #73e508 #0873e5

Analogous Colors of #e50873

#e50873 #e50b08 #e508e2

Monochromatic Colors of #e50873

#e50873

Complementary Color

#e50873 #08e57a

#e50873 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50873 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50873 Color CSS Codes

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

#e50873 Text Font Color

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

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


#e50873 Background Color

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

This div background color is #e50873


#e50873 Border Color

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

This div border color is #e50873


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50873


Comments

No comments written yet.

Please login to write comment.