Color Hex Logo

#73719a Color Hex

#73719A
(115,113,154)
0 Favorites   0 Comments

Color spaces of #73719a

RGB 115113154
HSL0.670.170.52
HSV243°27°60°
CMYK 0.250.270.00   0.40
XYZ18.808117.788233.0140
Yxy17.78820.27020.2555
Hunter Lab42.17615.7926-16.8870
CIE-Lab49.238210.1668-21.8822

#73719a color RGB value is (115,113,154).

#73719a hex color red value is 115, green value is 113 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #73719a hue: 0.67 , saturation: 0.17 and the lightness value of 73719a is 0.52.

The process color (four color CMYK) of #73719a color hex is 0.25, 0.27, 0.00, 0.40. Web safe color of #73719a is #666699. Color #73719a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01110001 10011010
Octal 163 161 232
Decimal 115 113 154
Hex 73 71 9A

RGB Percentages of Color #73719a

%30.10
%29.58
%40.31

CMYK Percentages of Color #73719a

%25
%27
%0
%40

Triadic Colors of #73719a

#73719a #9a7371 #719a73

Analogous Colors of #73719a

#73719a #88719a #71849a

Monochromatic Colors of #73719a

#73719a

Complementary Color

#73719a #989a71

#73719a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73719a Color Preview on White Background

Lorem ipsum dolor sit amet.

#73719a Color CSS Codes

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

#73719a Text Font Color

<p style="color:#73719a">Text here</p>

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


#73719a Background Color

<div style="background-color:#73719a">
Div content here</div>

This div background color is #73719a


#73719a Border Color

<div style="border:3px solid #73719a">
Div here</div>

This div border color is #73719a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,113,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73719a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73719a;
  -webkit-box-shadow: 1px 1px 3px 2px #73719a;
  box-shadow:         1px 1px 3px 2px #73719a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73719a


Comments

No comments written yet.

Please login to write comment.