Color Hex Logo

#9503fb Color Hex

#9503FB
(149,3,251)
0 Favorites   0 Comments

Color spaces of #9503fb

RGB 1493251
HSL0.760.980.50
HSV275°99°98°
CMYK 0.410.990.00   0.02
XYZ29.839613.419792.2843
Yxy13.41970.22010.0990
Hunter Lab36.632981.2909-123.7182
CIE-Lab43.388983.8378-86.8771

#9503fb color RGB value is (149,3,251).

#9503fb hex color red value is 149, green value is 3 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #9503fb hue: 0.76 , saturation: 0.98 and the lightness value of 9503fb is 0.50.

The process color (four color CMYK) of #9503fb color hex is 0.41, 0.99, 0.00, 0.02. Web safe color of #9503fb is #9900ff. Color #9503fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00000011 11111011
Octal 225 3 373
Decimal 149 3 251
Hex 95 3 FB

RGB Percentages of Color #9503fb

%36.97
%0.74
%62.28

CMYK Percentages of Color #9503fb

%41
%99
%0
%2

Triadic Colors of #9503fb

#9503fb #fb9503 #03fb95

Analogous Colors of #9503fb

#9503fb #fb03e5 #1903fb

Monochromatic Colors of #9503fb

#9503fb

Complementary Color

#9503fb #69fb03

#9503fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9503fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9503fb Color CSS Codes

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

#9503fb Text Font Color

<p style="color:#9503fb">Text here</p>

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


#9503fb Background Color

<div style="background-color:#9503fb">
Div content here</div>

This div background color is #9503fb


#9503fb Border Color

<div style="border:3px solid #9503fb">
Div here</div>

This div border color is #9503fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9503fb


Comments

No comments written yet.

Please login to write comment.