Color Hex Logo

#9581fa Color Hex

#9581FA
(149,129,250)
0 Favorites   0 Comments

Color spaces of #9581fa

RGB 149129250
HSL0.690.920.74
HSV250°48°98°
CMYK 0.400.480.00   0.02
XYZ37.500028.992294.0621
Yxy28.99220.23360.1806
Hunter Lab53.844430.0888-65.8841
CIE-Lab60.774735.7941-58.1092

#9581fa color RGB value is (149,129,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000001 11111010
Octal 225 201 372
Decimal 149 129 250
Hex 95 81 FA

RGB Percentages of Color #9581fa

%28.22
%24.43
%47.35

CMYK Percentages of Color #9581fa

%40
%48
%0
%2

Triadic Colors of #9581fa

#9581fa #fa9581 #81fa95

Analogous Colors of #9581fa

#9581fa #d281fa #81aafa

Monochromatic Colors of #9581fa

#9581fa

Complementary Color

#9581fa #e6fa81

#9581fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9581fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9581fa Color CSS Codes

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

#9581fa Text Font Color

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

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


#9581fa Background Color

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

This div background color is #9581fa


#9581fa Border Color

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

This div border color is #9581fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9581fa


Comments

No comments written yet.

Please login to write comment.