Color Hex Logo

#9701cb Color Hex

#9701CB
(151,1,203)
0 Favorites   0 Comments

Color spaces of #9701cb

RGB 1511203
HSL0.790.990.40
HSV285°100°80°
CMYK 0.261.000.00   0.20
XYZ23.552810.912857.3649
Yxy10.91280.25650.1188
Hunter Lab33.034569.4557-79.8337
CIE-Lab39.433275.1180-65.9575

#9701cb color RGB value is (151,1,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00000001 11001011
Octal 227 1 313
Decimal 151 1 203
Hex 97 1 CB

RGB Percentages of Color #9701cb

%42.54
%0.28
%57.18

CMYK Percentages of Color #9701cb

%26
%100
%0
%20

Triadic Colors of #9701cb

#9701cb #cb9701 #01cb97

Analogous Colors of #9701cb

#9701cb #cb019a #3201cb

Monochromatic Colors of #9701cb

#9701cb

Complementary Color

#9701cb #35cb01

#9701cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9701cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9701cb Color CSS Codes

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

#9701cb Text Font Color

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

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


#9701cb Background Color

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

This div background color is #9701cb


#9701cb Border Color

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

This div border color is #9701cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9701cb


Comments

No comments written yet.

Please login to write comment.