Color Hex Logo

#73003b Color Hex

#73003B
(115,0,59)
0 Favorites   0 Comments

Color spaces of #73003b

RGB 115059
HSL0.911.000.23
HSV329°100°45°
CMYK 0.001.000.49   0.55
XYZ7.85963.96064.4879
Yxy3.96060.48190.2429
Hunter Lab19.901335.66780.5605
CIE-Lab23.540847.3989-0.9124

#73003b color RGB value is (115,0,59).

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

The process color (four color CMYK) of #73003b color hex is 0.00, 1.00, 0.49, 0.55. Web safe color of #73003b is #660033. Color #73003b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00000000 00111011
Octal 163 0 73
Decimal 115 0 59
Hex 73 0 3B

RGB Percentages of Color #73003b

%66.09
%0.00
%33.91

CMYK Percentages of Color #73003b

%0
%100
%49
%55

Triadic Colors of #73003b

#73003b #3b7300 #003b73

Analogous Colors of #73003b

#73003b #730001 #720073

Monochromatic Colors of #73003b

#73003b

Complementary Color

#73003b #007338

#73003b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73003b Color Preview on White Background

Lorem ipsum dolor sit amet.

#73003b Color CSS Codes

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

#73003b Text Font Color

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

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


#73003b Background Color

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

This div background color is #73003b


#73003b Border Color

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

This div border color is #73003b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73003b


Comments

No comments written yet.

Please login to write comment.