Color Hex Logo

#9500fd Color Hex

#9500FD
(149,0,253)
1 Favorites   0 Comments

Color spaces of #9500fd

RGB 1490253
HSL0.761.000.50
HSV275°100°99°
CMYK 0.411.000.00   0.01
XYZ30.124013.481493.9430
Yxy13.48140.21900.0980
Hunter Lab36.717082.1932-125.9956
CIE-Lab43.479884.5223-87.8476

#9500fd color RGB value is (149,0,253).

#9500fd hex color red value is 149, green value is 0 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #9500fd hue: 0.76 , saturation: 1.00 and the lightness value of 9500fd is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00000000 11111101
Octal 225 0 375
Decimal 149 0 253
Hex 95 0 FD

RGB Percentages of Color #9500fd

%37.06
%0.00
%62.94

CMYK Percentages of Color #9500fd

%41
%100
%0
%1

Triadic Colors of #9500fd

#9500fd #fd9500 #00fd95

Analogous Colors of #9500fd

#9500fd #fd00e7 #1700fd

Monochromatic Colors of #9500fd

#9500fd

Complementary Color

#9500fd #68fd00

#9500fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9500fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9500fd Color CSS Codes

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

#9500fd Text Font Color

<p style="color:#9500fd">Text here</p>

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


#9500fd Background Color

<div style="background-color:#9500fd">
Div content here</div>

This div background color is #9500fd


#9500fd Border Color

<div style="border:3px solid #9500fd">
Div here</div>

This div border color is #9500fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,0,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9500fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9500fd;
  -webkit-box-shadow: 1px 1px 3px 2px #9500fd;
  box-shadow:         1px 1px 3px 2px #9500fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9500fd

Related Colors

#9500fd Color Palettes


Comments

No comments written yet.

Please login to write comment.