Color Hex Logo

#9573bf Color Hex

#9573BF
(149,115,191)
0 Favorites   0 Comments

Color spaces of #9573bf

RGB 149115191
HSL0.740.370.60
HSV267°40°75°
CMYK 0.220.400.00   0.25
XYZ27.929122.412652.1443
Yxy22.41260.27250.2187
Hunter Lab47.341922.4566-32.1650
CIE-Lab54.462128.6958-34.9889

#9573bf color RGB value is (149,115,191).

#9573bf hex color red value is 149, green value is 115 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #9573bf hue: 0.74 , saturation: 0.37 and the lightness value of 9573bf is 0.60.

The process color (four color CMYK) of #9573bf color hex is 0.22, 0.40, 0.00, 0.25. Web safe color of #9573bf is #9966cc. Color #9573bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01110011 10111111
Octal 225 163 277
Decimal 149 115 191
Hex 95 73 BF

RGB Percentages of Color #9573bf

%32.75
%25.27
%41.98

CMYK Percentages of Color #9573bf

%22
%40
%0
%25

Triadic Colors of #9573bf

#9573bf #bf9573 #73bf95

Analogous Colors of #9573bf

#9573bf #bb73bf #7377bf

Monochromatic Colors of #9573bf

#9573bf

Complementary Color

#9573bf #9dbf73

#9573bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9573bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9573bf Color CSS Codes

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

#9573bf Text Font Color

<p style="color:#9573bf">Text here</p>

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


#9573bf Background Color

<div style="background-color:#9573bf">
Div content here</div>

This div background color is #9573bf


#9573bf Border Color

<div style="border:3px solid #9573bf">
Div here</div>

This div border color is #9573bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,115,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9573bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9573bf;
  -webkit-box-shadow: 1px 1px 3px 2px #9573bf;
  box-shadow:         1px 1px 3px 2px #9573bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9573bf


Comments

No comments written yet.

Please login to write comment.