Color Hex Logo

#9707cb Color Hex

#9707CB
(151,7,203)
0 Favorites   0 Comments

Color spaces of #9707cb

RGB 1517203
HSL0.790.930.41
HSV284°97°80°
CMYK 0.260.970.00   0.20
XYZ23.618011.043157.3866
Yxy11.04310.25660.1200
Hunter Lab33.231268.7087-79.1256
CIE-Lab39.653074.4603-65.5990

#9707cb color RGB value is (151,7,203).

#9707cb hex color red value is 151, green value is 7 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9707cb hue: 0.79 , saturation: 0.93 and the lightness value of 9707cb is 0.41.

The process color (four color CMYK) of #9707cb color hex is 0.26, 0.97, 0.00, 0.20. Web safe color of #9707cb is #9900cc. Color #9707cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00000111 11001011
Octal 227 7 313
Decimal 151 7 203
Hex 97 7 CB

RGB Percentages of Color #9707cb

%41.83
%1.94
%56.23

CMYK Percentages of Color #9707cb

%26
%97
%0
%20

Triadic Colors of #9707cb

#9707cb #cb9707 #07cb97

Analogous Colors of #9707cb

#9707cb #cb079d #3507cb

Monochromatic Colors of #9707cb

#9707cb

Complementary Color

#9707cb #3bcb07

#9707cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9707cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9707cb Color CSS Codes

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

#9707cb Text Font Color

<p style="color:#9707cb">Text here</p>

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


#9707cb Background Color

<div style="background-color:#9707cb">
Div content here</div>

This div background color is #9707cb


#9707cb Border Color

<div style="border:3px solid #9707cb">
Div here</div>

This div border color is #9707cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,7,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9707cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9707cb;
  -webkit-box-shadow: 1px 1px 3px 2px #9707cb;
  box-shadow:         1px 1px 3px 2px #9707cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9707cb


Comments

No comments written yet.

Please login to write comment.