Color Hex Logo

#9580fa Color Hex

#9580FA
(149,128,250)
0 Favorites   0 Comments

Color spaces of #9580fa

RGB 149128250
HSL0.700.920.74
HSV250°49°98°
CMYK 0.400.490.00   0.02
XYZ37.368928.730094.0184
Yxy28.73000.23340.1794
Hunter Lab53.600430.6453-66.4781
CIE-Lab60.542636.3669-58.4800

#9580fa color RGB value is (149,128,250).

#9580fa hex color red value is 149, green value is 128 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #9580fa hue: 0.70 , saturation: 0.92 and the lightness value of 9580fa is 0.74.

The process color (four color CMYK) of #9580fa color hex is 0.40, 0.49, 0.00, 0.02. Web safe color of #9580fa is #9999ff. Color #9580fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000000 11111010
Octal 225 200 372
Decimal 149 128 250
Hex 95 80 FA

RGB Percentages of Color #9580fa

%28.27
%24.29
%47.44

CMYK Percentages of Color #9580fa

%40
%49
%0
%2

Triadic Colors of #9580fa

#9580fa #fa9580 #80fa95

Analogous Colors of #9580fa

#9580fa #d280fa #80a8fa

Monochromatic Colors of #9580fa

#9580fa

Complementary Color

#9580fa #e5fa80

#9580fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9580fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9580fa Color CSS Codes

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

#9580fa Text Font Color

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

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


#9580fa Background Color

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

This div background color is #9580fa


#9580fa Border Color

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

This div border color is #9580fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9580fa


Comments

No comments written yet.

Please login to write comment.