Color Hex Logo

#9576bf Color Hex

#9576BF
(149,118,191)
0 Favorites   0 Comments

Color spaces of #9576bf

RGB 149118191
HSL0.740.360.61
HSV265°38°75°
CMYK 0.220.380.00   0.25
XYZ28.276823.108052.2602
Yxy23.10800.27280.2230
Hunter Lab48.070820.8756-30.8076
CIE-Lab55.183426.9603-33.8611

#9576bf color RGB value is (149,118,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01110110 10111111
Octal 225 166 277
Decimal 149 118 191
Hex 95 76 BF

RGB Percentages of Color #9576bf

%32.53
%25.76
%41.70

CMYK Percentages of Color #9576bf

%22
%38
%0
%25

Triadic Colors of #9576bf

#9576bf #bf9576 #76bf95

Analogous Colors of #9576bf

#9576bf #ba76bf #767cbf

Monochromatic Colors of #9576bf

#9576bf

Complementary Color

#9576bf #a0bf76

#9576bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9576bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9576bf Color CSS Codes

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

#9576bf Text Font Color

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

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


#9576bf Background Color

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

This div background color is #9576bf


#9576bf Border Color

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

This div border color is #9576bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,118,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 #9576bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9576bf


Comments

No comments written yet.

Please login to write comment.