Color Hex Logo

#9501fc Color Hex

#9501FC
(149,1,252)
0 Favorites   0 Comments

Color spaces of #9501fc

RGB 1491252
HSL0.760.990.50
HSV275°100°99°
CMYK 0.411.000.00   0.01
XYZ29.976013.439593.1096
Yxy13.43950.21960.0984
Hunter Lab36.659981.8006-124.9240
CIE-Lab43.418184.2290-87.3893

#9501fc color RGB value is (149,1,252).

#9501fc hex color red value is 149, green value is 1 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #9501fc hue: 0.76 , saturation: 0.99 and the lightness value of 9501fc is 0.50.

The process color (four color CMYK) of #9501fc color hex is 0.41, 1.00, 0.00, 0.01. Web safe color of #9501fc is #9900ff. Color #9501fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00000001 11111100
Octal 225 1 374
Decimal 149 1 252
Hex 95 1 FC

RGB Percentages of Color #9501fc

%37.06
%0.25
%62.69

CMYK Percentages of Color #9501fc

%41
%100
%0
%1

Triadic Colors of #9501fc

#9501fc #fc9501 #01fc95

Analogous Colors of #9501fc

#9501fc #fc01e6 #1801fc

Monochromatic Colors of #9501fc

#9501fc

Complementary Color

#9501fc #68fc01

#9501fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9501fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9501fc Color CSS Codes

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

#9501fc Text Font Color

<p style="color:#9501fc">Text here</p>

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


#9501fc Background Color

<div style="background-color:#9501fc">
Div content here</div>

This div background color is #9501fc


#9501fc Border Color

<div style="border:3px solid #9501fc">
Div here</div>

This div border color is #9501fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,1,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9501fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9501fc;
  -webkit-box-shadow: 1px 1px 3px 2px #9501fc;
  box-shadow:         1px 1px 3px 2px #9501fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9501fc


Comments

No comments written yet.

Please login to write comment.