Color Hex Logo

#9505fa Color Hex

#9505FA
(149,5,250)
0 Favorites   0 Comments

Color spaces of #9505fa

RGB 1495250
HSL0.760.960.50
HSV275°98°98°
CMYK 0.400.980.00   0.02
XYZ29.704013.400291.4634
Yxy13.40020.22070.0996
Hunter Lab36.606380.7820-122.5159
CIE-Lab43.360283.4463-86.3638

#9505fa color RGB value is (149,5,250).

#9505fa hex color red value is 149, green value is 5 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #9505fa hue: 0.76 , saturation: 0.96 and the lightness value of 9505fa is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00000101 11111010
Octal 225 5 372
Decimal 149 5 250
Hex 95 5 FA

RGB Percentages of Color #9505fa

%36.88
%1.24
%61.88

CMYK Percentages of Color #9505fa

%40
%98
%0
%2

Triadic Colors of #9505fa

#9505fa #fa9505 #05fa95

Analogous Colors of #9505fa

#9505fa #fa05e5 #1a05fa

Monochromatic Colors of #9505fa

#9505fa

Complementary Color

#9505fa #6afa05

#9505fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9505fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9505fa Color CSS Codes

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

#9505fa Text Font Color

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

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


#9505fa Background Color

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

This div background color is #9505fa


#9505fa Border Color

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

This div border color is #9505fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9505fa


Comments

No comments written yet.

Please login to write comment.