Color Hex Logo

#73004e Color Hex

#73004E
(115,0,78)
0 Favorites   0 Comments

Color spaces of #73004e

RGB 115078
HSL0.891.000.23
HSV319°100°45°
CMYK 0.001.000.32   0.55
XYZ8.44544.19497.5723
Yxy4.19490.41780.2075
Hunter Lab20.481537.7608-7.5834
CIE-Lab24.305649.3850-12.7545

#73004e color RGB value is (115,0,78).

#73004e hex color red value is 115, green value is 0 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #73004e hue: 0.89 , saturation: 1.00 and the lightness value of 73004e is 0.23.

The process color (four color CMYK) of #73004e color hex is 0.00, 1.00, 0.32, 0.55. Web safe color of #73004e is #660066. Color #73004e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00000000 01001110
Octal 163 0 116
Decimal 115 0 78
Hex 73 0 4E

RGB Percentages of Color #73004e

%59.59
%0.00
%40.41

CMYK Percentages of Color #73004e

%0
%100
%32
%55

Triadic Colors of #73004e

#73004e #4e7300 #004e73

Analogous Colors of #73004e

#73004e #730015 #5f0073

Monochromatic Colors of #73004e

#73004e

Complementary Color

#73004e #007325

#73004e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73004e Color Preview on White Background

Lorem ipsum dolor sit amet.

#73004e Color CSS Codes

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

#73004e Text Font Color

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

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


#73004e Background Color

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

This div background color is #73004e


#73004e Border Color

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

This div border color is #73004e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,0,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73004e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73004e;
  -webkit-box-shadow: 1px 1px 3px 2px #73004e;
  box-shadow:         1px 1px 3px 2px #73004e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73004e


Comments

No comments written yet.

Please login to write comment.