Color Hex Logo

#73019c Color Hex

#73019C
(115,1,156)
0 Favorites   0 Comments

Color spaces of #73019c

RGB 1151156
HSL0.790.990.31
HSV284°99°61°
CMYK 0.260.990.00   0.39
XYZ13.08186.066831.9340
Yxy6.06680.25610.1188
Hunter Lab24.630951.6998-59.6280
CIE-Lab29.580461.6874-54.2936

#73019c color RGB value is (115,1,156).

#73019c hex color red value is 115, green value is 1 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #73019c hue: 0.79 , saturation: 0.99 and the lightness value of 73019c is 0.31.

The process color (four color CMYK) of #73019c color hex is 0.26, 0.99, 0.00, 0.39. Web safe color of #73019c is #660099. Color #73019c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00000001 10011100
Octal 163 1 234
Decimal 115 1 156
Hex 73 1 9C

RGB Percentages of Color #73019c

%42.28
%0.37
%57.35

CMYK Percentages of Color #73019c

%26
%99
%0
%39

Triadic Colors of #73019c

#73019c #9c7301 #019c73

Analogous Colors of #73019c

#73019c #9c0178 #26019c

Monochromatic Colors of #73019c

#73019c

Complementary Color

#73019c #2a9c01

#73019c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73019c Color Preview on White Background

Lorem ipsum dolor sit amet.

#73019c Color CSS Codes

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

#73019c Text Font Color

<p style="color:#73019c">Text here</p>

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


#73019c Background Color

<div style="background-color:#73019c">
Div content here</div>

This div background color is #73019c


#73019c Border Color

<div style="border:3px solid #73019c">
Div here</div>

This div border color is #73019c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,1,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73019c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73019c;
  -webkit-box-shadow: 1px 1px 3px 2px #73019c;
  box-shadow:         1px 1px 3px 2px #73019c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73019c


Comments

No comments written yet.

Please login to write comment.