Color Hex Logo

#73709a Color Hex

#73709A
(115,112,154)
0 Favorites   0 Comments

Color spaces of #73709a

RGB 115112154
HSL0.680.170.52
HSV244°27°60°
CMYK 0.250.270.00   0.40
XYZ18.697117.566332.9770
Yxy17.56630.27000.2537
Hunter Lab41.91226.2829-17.3116
CIE-Lab48.965810.7667-22.3017

#73709a color RGB value is (115,112,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01110000 10011010
Octal 163 160 232
Decimal 115 112 154
Hex 73 70 9A

RGB Percentages of Color #73709a

%30.18
%29.40
%40.42

CMYK Percentages of Color #73709a

%25
%27
%0
%40

Triadic Colors of #73709a

#73709a #9a7370 #709a73

Analogous Colors of #73709a

#73709a #88709a #70829a

Monochromatic Colors of #73709a

#73709a

Complementary Color

#73709a #979a70

#73709a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73709a Color Preview on White Background

Lorem ipsum dolor sit amet.

#73709a Color CSS Codes

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

#73709a Text Font Color

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

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


#73709a Background Color

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

This div background color is #73709a


#73709a Border Color

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

This div border color is #73709a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,112,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 #73709a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73709a


Comments

No comments written yet.

Please login to write comment.