Color Hex Logo

#9580ba Color Hex

#9580BA
(149,128,186)
0 Favorites   0 Comments

Color spaces of #9580ba

RGB 149128186
HSL0.730.300.62
HSV262°31°73°
CMYK 0.200.310.00   0.27
XYZ28.976525.373149.8246
Yxy25.37310.27820.2436
Hunter Lab50.371714.5322-23.3858
CIE-Lab57.437219.9766-27.5038

#9580ba color RGB value is (149,128,186).

#9580ba hex color red value is 149, green value is 128 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9580ba hue: 0.73 , saturation: 0.30 and the lightness value of 9580ba is 0.62.

The process color (four color CMYK) of #9580ba color hex is 0.20, 0.31, 0.00, 0.27. Web safe color of #9580ba is #9999cc. Color #9580ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000000 10111010
Octal 225 200 272
Decimal 149 128 186
Hex 95 80 BA

RGB Percentages of Color #9580ba

%32.18
%27.65
%40.17

CMYK Percentages of Color #9580ba

%20
%31
%0
%27

Triadic Colors of #9580ba

#9580ba #ba9580 #80ba95

Analogous Colors of #9580ba

#9580ba #b280ba #8088ba

Monochromatic Colors of #9580ba

#9580ba

Complementary Color

#9580ba #a5ba80

#9580ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9580ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9580ba Color CSS Codes

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

#9580ba Text Font Color

<p style="color:#9580ba">Text here</p>

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


#9580ba Background Color

<div style="background-color:#9580ba">
Div content here</div>

This div background color is #9580ba


#9580ba Border Color

<div style="border:3px solid #9580ba">
Div here</div>

This div border color is #9580ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,128,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9580ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9580ba;
  -webkit-box-shadow: 1px 1px 3px 2px #9580ba;
  box-shadow:         1px 1px 3px 2px #9580ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9580ba


Comments

No comments written yet.

Please login to write comment.