Color Hex Logo

#73739a Color Hex

#73739A
(115,115,154)
0 Favorites   0 Comments

Color spaces of #73739a

RGB 115115154
HSL0.670.160.53
HSV240°25°60°
CMYK 0.250.250.00   0.40
XYZ19.033718.239433.0892
Yxy18.23940.27050.2592
Hunter Lab42.70764.8146-16.0417
CIE-Lab49.78528.9694-21.0411

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01110011 10011010
Octal 163 163 232
Decimal 115 115 154
Hex 73 73 9A

RGB Percentages of Color #73739a

%29.95
%29.95
%40.10

CMYK Percentages of Color #73739a

%25
%25
%0
%40

Triadic Colors of #73739a

#73739a #9a7373 #739a73

Analogous Colors of #73739a

#73739a #87739a #73879a

Monochromatic Colors of #73739a

#73739a

Complementary Color

#73739a #9a9a73

#73739a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73739a Color Preview on White Background

Lorem ipsum dolor sit amet.

#73739a Color CSS Codes

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

#73739a Text Font Color

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

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


#73739a Background Color

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

This div background color is #73739a


#73739a Border Color

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

This div border color is #73739a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73739a


Comments

No comments written yet.

Please login to write comment.