Color Hex Logo

#9586fa Color Hex

#9586FA
(149,134,250)
0 Favorites   0 Comments

Color spaces of #9586fa

RGB 149134250
HSL0.690.920.75
HSV248°46°98°
CMYK 0.400.460.00   0.02
XYZ38.174830.341994.2870
Yxy30.34190.23450.1864
Hunter Lab55.083527.3107-62.9289
CIE-Lab61.948132.9231-56.2379

#9586fa color RGB value is (149,134,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000110 11111010
Octal 225 206 372
Decimal 149 134 250
Hex 95 86 FA

RGB Percentages of Color #9586fa

%27.95
%25.14
%46.90

CMYK Percentages of Color #9586fa

%40
%46
%0
%2

Triadic Colors of #9586fa

#9586fa #fa9586 #86fa95

Analogous Colors of #9586fa

#9586fa #cf86fa #86b1fa

Monochromatic Colors of #9586fa

#9586fa

Complementary Color

#9586fa #ebfa86

#9586fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9586fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9586fa Color CSS Codes

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

#9586fa Text Font Color

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

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


#9586fa Background Color

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

This div background color is #9586fa


#9586fa Border Color

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

This div border color is #9586fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9586fa


Comments

No comments written yet.

Please login to write comment.