Color Hex Logo

#9605fb Color Hex

#9605FB
(150,5,251)
0 Favorites   0 Comments

Color spaces of #9605fb

RGB 1505251
HSL0.760.970.50
HSV275°98°98°
CMYK 0.400.980.00   0.02
XYZ30.044513.557692.3001
Yxy13.55760.22110.0998
Hunter Lab36.820681.2143-122.8507
CIE-Lab43.591783.7400-86.5383

#9605fb color RGB value is (150,5,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00000101 11111011
Octal 226 5 373
Decimal 150 5 251
Hex 96 5 FB

RGB Percentages of Color #9605fb

%36.95
%1.23
%61.82

CMYK Percentages of Color #9605fb

%40
%98
%0
%2

Triadic Colors of #9605fb

#9605fb #fb9605 #05fb96

Analogous Colors of #9605fb

#9605fb #fb05e5 #1b05fb

Monochromatic Colors of #9605fb

#9605fb

Complementary Color

#9605fb #6afb05

#9605fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9605fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9605fb Color CSS Codes

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

#9605fb Text Font Color

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

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


#9605fb Background Color

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

This div background color is #9605fb


#9605fb Border Color

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

This div border color is #9605fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9605fb


Comments

No comments written yet.

Please login to write comment.