Color Hex Logo

#9706fb Color Hex

#9706FB
(151,6,251)
0 Favorites   0 Comments

Color spaces of #9706fb

RGB 1516251
HSL0.770.970.50
HSV276°98°98°
CMYK 0.400.980.00   0.02
XYZ30.240213.674692.3124
Yxy13.67460.22200.1004
Hunter Lab36.979281.2571-122.1222
CIE-Lab43.762683.7412-86.2520

#9706fb color RGB value is (151,6,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00000110 11111011
Octal 227 6 373
Decimal 151 6 251
Hex 97 6 FB

RGB Percentages of Color #9706fb

%37.01
%1.47
%61.52

CMYK Percentages of Color #9706fb

%40
%98
%0
%2

Triadic Colors of #9706fb

#9706fb #fb9706 #06fb97

Analogous Colors of #9706fb

#9706fb #fb06e5 #1d06fb

Monochromatic Colors of #9706fb

#9706fb

Complementary Color

#9706fb #6afb06

#9706fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9706fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9706fb Color CSS Codes

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

#9706fb Text Font Color

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

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


#9706fb Background Color

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

This div background color is #9706fb


#9706fb Border Color

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

This div border color is #9706fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9706fb


Comments

No comments written yet.

Please login to write comment.