Color Hex Logo

#73589a Color Hex

#73589A
(115,88,154)
0 Favorites   0 Comments

Color spaces of #73589a

RGB 11588154
HSL0.730.270.47
HSV265°43°60°
CMYK 0.250.430.00   0.40
XYZ16.392712.957432.2089
Yxy12.95740.26630.2105
Hunter Lab35.996418.2949-27.8541
CIE-Lab42.699025.3047-32.0555

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

#73589a hex color red value is 115, green value is 88 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #73589a hue: 0.73 , saturation: 0.27 and the lightness value of 73589a is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01011000 10011010
Octal 163 130 232
Decimal 115 88 154
Hex 73 58 9A

RGB Percentages of Color #73589a

%32.21
%24.65
%43.14

CMYK Percentages of Color #73589a

%25
%43
%0
%40

Triadic Colors of #73589a

#73589a #9a7358 #589a73

Analogous Colors of #73589a

#73589a #94589a #585e9a

Monochromatic Colors of #73589a

#73589a

Complementary Color

#73589a #7f9a58

#73589a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73589a Color Preview on White Background

Lorem ipsum dolor sit amet.

#73589a Color CSS Codes

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

#73589a Text Font Color

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

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


#73589a Background Color

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

This div background color is #73589a


#73589a Border Color

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

This div border color is #73589a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73589a


Comments

No comments written yet.

Please login to write comment.