Color Hex Logo

#9700ff Color Hex

#9700FF
(151,0,255)
1 Favorites   0 Comments

Color spaces of #9700ff

RGB 1510255
HSL0.771.000.50
HSV276°100°100°
CMYK 0.411.000.00   0.00
XYZ30.812513.799395.6473
Yxy13.79930.21970.0984
Hunter Lab37.147483.0517-126.6569
CIE-Lab43.943785.1004-88.1923

#9700ff color RGB value is (151,0,255).

#9700ff hex color red value is 151, green value is 0 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9700ff hue: 0.77 , saturation: 1.00 and the lightness value of 9700ff is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00000000 11111111
Octal 227 0 377
Decimal 151 0 255
Hex 97 0 FF

RGB Percentages of Color #9700ff

%37.19
%0.00
%62.81

CMYK Percentages of Color #9700ff

%41
%100
%0
%0

Triadic Colors of #9700ff

#9700ff #ff9700 #00ff97

Analogous Colors of #9700ff

#9700ff #ff00e8 #1700ff

Monochromatic Colors of #9700ff

#9700ff

Complementary Color

#9700ff #68ff00

#9700ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9700ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9700ff Color CSS Codes

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

#9700ff Text Font Color

<p style="color:#9700ff">Text here</p>

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


#9700ff Background Color

<div style="background-color:#9700ff">
Div content here</div>

This div background color is #9700ff


#9700ff Border Color

<div style="border:3px solid #9700ff">
Div here</div>

This div border color is #9700ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,0,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9700ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9700ff;
  -webkit-box-shadow: 1px 1px 3px 2px #9700ff;
  box-shadow:         1px 1px 3px 2px #9700ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9700ff

Related Colors


Comments

No comments written yet.

Please login to write comment.