Color Hex Logo

#73187e Color Hex

#73187E
(115,24,126)
0 Favorites   0 Comments

Color spaces of #73187e

RGB 11524126
HSL0.820.680.29
HSV294°81°49°
CMYK 0.090.810.00   0.51
XYZ11.16285.804520.2707
Yxy5.80450.29980.1559
Hunter Lab24.092540.5425-33.0200
CIE-Lab28.913851.2645-36.7625

#73187e color RGB value is (115,24,126).

#73187e hex color red value is 115, green value is 24 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #73187e hue: 0.82 , saturation: 0.68 and the lightness value of 73187e is 0.29.

The process color (four color CMYK) of #73187e color hex is 0.09, 0.81, 0.00, 0.51. Web safe color of #73187e is #660066. Color #73187e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00011000 01111110
Octal 163 30 176
Decimal 115 24 126
Hex 73 18 7E

RGB Percentages of Color #73187e

%43.40
%9.06
%47.55

CMYK Percentages of Color #73187e

%9
%81
%0
%51

Triadic Colors of #73187e

#73187e #7e7318 #187e73

Analogous Colors of #73187e

#73187e #7e1856 #40187e

Monochromatic Colors of #73187e

#73187e

Complementary Color

#73187e #237e18

#73187e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73187e Color Preview on White Background

Lorem ipsum dolor sit amet.

#73187e Color CSS Codes

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

#73187e Text Font Color

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

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


#73187e Background Color

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

This div background color is #73187e


#73187e Border Color

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

This div border color is #73187e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73187e


Comments

No comments written yet.

Please login to write comment.