Color Hex Logo

#7573a7 Color Hex

#7573A7
(117,115,167)
0 Favorites   0 Comments

Color spaces of #7573a7

RGB 117115167
HSL0.670.230.55
HSV242°31°65°
CMYK 0.300.310.00   0.35
XYZ20.441918.833439.1170
Yxy18.83340.26080.2402
Hunter Lab43.39758.1349-23.0638
CIE-Lab50.491712.9673-27.5369

#7573a7 color RGB value is (117,115,167).

#7573a7 hex color red value is 117, green value is 115 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #7573a7 hue: 0.67 , saturation: 0.23 and the lightness value of 7573a7 is 0.55.

The process color (four color CMYK) of #7573a7 color hex is 0.30, 0.31, 0.00, 0.35. Web safe color of #7573a7 is #666699. Color #7573a7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110011 10100111
Octal 165 163 247
Decimal 117 115 167
Hex 75 73 A7

RGB Percentages of Color #7573a7

%29.32
%28.82
%41.85

CMYK Percentages of Color #7573a7

%30
%31
%0
%35

Triadic Colors of #7573a7

#7573a7 #a77573 #73a775

Analogous Colors of #7573a7

#7573a7 #8f73a7 #738ba7

Monochromatic Colors of #7573a7

#7573a7

Complementary Color

#7573a7 #a5a773

#7573a7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7573a7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7573a7 Color CSS Codes

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

#7573a7 Text Font Color

<p style="color:#7573a7">Text here</p>

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


#7573a7 Background Color

<div style="background-color:#7573a7">
Div content here</div>

This div background color is #7573a7


#7573a7 Border Color

<div style="border:3px solid #7573a7">
Div here</div>

This div border color is #7573a7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,115,167, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7573a7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7573a7;
  -webkit-box-shadow: 1px 1px 3px 2px #7573a7;
  box-shadow:         1px 1px 3px 2px #7573a7; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7573a7


Comments

No comments written yet.

Please login to write comment.