Color Hex Logo

#73076f Color Hex

#73076F
(115,7,111)
0 Favorites   0 Comments

Color spaces of #73076f

RGB 1157111
HSL0.840.890.24
HSV302°94°45°
CMYK 0.000.940.03   0.55
XYZ10.01554.944515.4654
Yxy4.94450.32920.1625
Hunter Lab22.236241.4854-25.6711
CIE-Lab26.576152.6471-30.9441

#73076f color RGB value is (115,7,111).

#73076f hex color red value is 115, green value is 7 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #73076f hue: 0.84 , saturation: 0.89 and the lightness value of 73076f is 0.24.

The process color (four color CMYK) of #73076f color hex is 0.00, 0.94, 0.03, 0.55. Web safe color of #73076f is #660066. Color #73076f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00000111 01101111
Octal 163 7 157
Decimal 115 7 111
Hex 73 7 6F

RGB Percentages of Color #73076f

%49.36
%3.00
%47.64

CMYK Percentages of Color #73076f

%0
%94
%3
%55

Triadic Colors of #73076f

#73076f #6f7307 #076f73

Analogous Colors of #73076f

#73076f #730739 #410773

Monochromatic Colors of #73076f

#73076f

Complementary Color

#73076f #07730b

#73076f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73076f Color Preview on White Background

Lorem ipsum dolor sit amet.

#73076f Color CSS Codes

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

#73076f Text Font Color

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

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


#73076f Background Color

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

This div background color is #73076f


#73076f Border Color

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

This div border color is #73076f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,7,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73076f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73076f;
  -webkit-box-shadow: 1px 1px 3px 2px #73076f;
  box-shadow:         1px 1px 3px 2px #73076f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73076f


Comments

No comments written yet.

Please login to write comment.