Color Hex Logo

#9580bf Color Hex

#9580BF
(149,128,191)
0 Favorites   0 Comments

Color spaces of #9580bf

RGB 149128191
HSL0.720.330.63
HSV260°33°75°
CMYK 0.220.330.00   0.25
XYZ29.517625.589552.6737
Yxy25.58950.27390.2374
Hunter Lab50.586115.6314-26.3266
CIE-Lab57.645321.1611-30.0283

#9580bf color RGB value is (149,128,191).

#9580bf hex color red value is 149, green value is 128 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #9580bf hue: 0.72 , saturation: 0.33 and the lightness value of 9580bf is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000000 10111111
Octal 225 200 277
Decimal 149 128 191
Hex 95 80 BF

RGB Percentages of Color #9580bf

%31.84
%27.35
%40.81

CMYK Percentages of Color #9580bf

%22
%33
%0
%25

Triadic Colors of #9580bf

#9580bf #bf9580 #80bf95

Analogous Colors of #9580bf

#9580bf #b580bf #808bbf

Monochromatic Colors of #9580bf

#9580bf

Complementary Color

#9580bf #aabf80

#9580bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9580bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9580bf Color CSS Codes

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

#9580bf Text Font Color

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

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


#9580bf Background Color

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

This div background color is #9580bf


#9580bf Border Color

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

This div border color is #9580bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9580bf


Comments

No comments written yet.

Please login to write comment.