Color Hex Logo

#9511fc Color Hex

#9511FC
(149,17,252)
0 Favorites   0 Comments

Color spaces of #9511fc

RGB 14917252
HSL0.760.980.53
HSV274°93°99°
CMYK 0.410.930.00   0.01
XYZ30.165613.818793.1728
Yxy13.81870.21990.1008
Hunter Lab37.173579.7957-122.5848
CIE-Lab43.971882.5586-86.4776

#9511fc color RGB value is (149,17,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00010001 11111100
Octal 225 21 374
Decimal 149 17 252
Hex 95 11 FC

RGB Percentages of Color #9511fc

%35.65
%4.07
%60.29

CMYK Percentages of Color #9511fc

%41
%93
%0
%1

Triadic Colors of #9511fc

#9511fc #fc9511 #11fc95

Analogous Colors of #9511fc

#9511fc #fc11ee #2011fc

Monochromatic Colors of #9511fc

#9511fc

Complementary Color

#9511fc #78fc11

#9511fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9511fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9511fc Color CSS Codes

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

#9511fc Text Font Color

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

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


#9511fc Background Color

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

This div background color is #9511fc


#9511fc Border Color

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

This div border color is #9511fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9511fc


Comments

No comments written yet.

Please login to write comment.