Color Hex Logo

#73175b Color Hex

#73175B
(115,23,91)
0 Favorites   0 Comments

Color spaces of #73175b

RGB 1152391
HSL0.880.670.27
HSV316°80°45°
CMYK 0.000.800.21   0.55
XYZ9.26505.013010.3768
Yxy5.01300.37580.2033
Hunter Lab22.389734.6823-11.8059
CIE-Lab26.771845.7508-17.6103

#73175b color RGB value is (115,23,91).

#73175b hex color red value is 115, green value is 23 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #73175b hue: 0.88 , saturation: 0.67 and the lightness value of 73175b is 0.27.

The process color (four color CMYK) of #73175b color hex is 0.00, 0.80, 0.21, 0.55. Web safe color of #73175b is #660066. Color #73175b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00010111 01011011
Octal 163 27 133
Decimal 115 23 91
Hex 73 17 5B

RGB Percentages of Color #73175b

%50.22
%10.04
%39.74

CMYK Percentages of Color #73175b

%0
%80
%21
%55

Triadic Colors of #73175b

#73175b #5b7317 #175b73

Analogous Colors of #73175b

#73175b #73172d #5d1773

Monochromatic Colors of #73175b

#73175b

Complementary Color

#73175b #17732f

#73175b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73175b Color Preview on White Background

Lorem ipsum dolor sit amet.

#73175b Color CSS Codes

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

#73175b Text Font Color

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

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


#73175b Background Color

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

This div background color is #73175b


#73175b Border Color

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

This div border color is #73175b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73175b


Comments

No comments written yet.

Please login to write comment.