Color Hex Logo

#73608a Color Hex

#73608A
(115,96,138)
0 Favorites   0 Comments

Color spaces of #73608a

RGB 11596138
HSL0.740.180.46
HSV267°30°54°
CMYK 0.170.300.00   0.46
XYZ15.840513.845625.8823
Yxy13.84560.28510.2492
Hunter Lab37.209710.8722-15.1942
CIE-Lab44.010716.4900-20.4256

#73608a color RGB value is (115,96,138).

#73608a hex color red value is 115, green value is 96 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #73608a hue: 0.74 , saturation: 0.18 and the lightness value of 73608a is 0.46.

The process color (four color CMYK) of #73608a color hex is 0.17, 0.30, 0.00, 0.46. Web safe color of #73608a is #666699. Color #73608a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01100000 10001010
Octal 163 140 212
Decimal 115 96 138
Hex 73 60 8A

RGB Percentages of Color #73608a

%32.95
%27.51
%39.54

CMYK Percentages of Color #73608a

%17
%30
%0
%46

Triadic Colors of #73608a

#73608a #8a7360 #608a73

Analogous Colors of #73608a

#73608a #88608a #60628a

Monochromatic Colors of #73608a

#73608a

Complementary Color

#73608a #778a60

#73608a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73608a Color Preview on White Background

Lorem ipsum dolor sit amet.

#73608a Color CSS Codes

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

#73608a Text Font Color

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

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


#73608a Background Color

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

This div background color is #73608a


#73608a Border Color

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

This div border color is #73608a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73608a


Comments

No comments written yet.

Please login to write comment.