Color Hex Logo

#73518a Color Hex

#73518A
(115,81,138)
0 Favorites   0 Comments

Color spaces of #73518a

RGB 11581138
HSL0.770.260.43
HSV276°41°54°
CMYK 0.170.410.00   0.46
XYZ14.600111.364725.4688
Yxy11.36470.28390.2210
Hunter Lab33.711618.3111-21.1950
CIE-Lab40.188125.5887-26.3530

#73518a color RGB value is (115,81,138).

#73518a hex color red value is 115, green value is 81 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #73518a hue: 0.77 , saturation: 0.26 and the lightness value of 73518a is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010001 10001010
Octal 163 121 212
Decimal 115 81 138
Hex 73 51 8A

RGB Percentages of Color #73518a

%34.43
%24.25
%41.32

CMYK Percentages of Color #73518a

%17
%41
%0
%46

Triadic Colors of #73518a

#73518a #8a7351 #518a73

Analogous Colors of #73518a

#73518a #8a5185 #57518a

Monochromatic Colors of #73518a

#73518a

Complementary Color

#73518a #688a51

#73518a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73518a Color Preview on White Background

Lorem ipsum dolor sit amet.

#73518a Color CSS Codes

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

#73518a Text Font Color

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

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


#73518a Background Color

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

This div background color is #73518a


#73518a Border Color

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

This div border color is #73518a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73518a


Comments

No comments written yet.

Please login to write comment.