Color Hex Logo

#9b70cb Color Hex

#9B70CB
(155,112,203)
0 Favorites   0 Comments

Color spaces of #9b70cb

RGB 155112203
HSL0.750.470.62
HSV268°45°80°
CMYK 0.240.450.00   0.20
XYZ30.091222.868759.3280
Yxy22.86870.26800.2037
Hunter Lab47.821228.6328-40.0815
CIE-Lab54.936835.0148-41.0491

#9b70cb color RGB value is (155,112,203).

#9b70cb hex color red value is 155, green value is 112 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9b70cb hue: 0.75 , saturation: 0.47 and the lightness value of 9b70cb is 0.62.

The process color (four color CMYK) of #9b70cb color hex is 0.24, 0.45, 0.00, 0.20. Web safe color of #9b70cb is #9966cc. Color #9b70cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 01110000 11001011
Octal 233 160 313
Decimal 155 112 203
Hex 9B 70 CB

RGB Percentages of Color #9b70cb

%32.98
%23.83
%43.19

CMYK Percentages of Color #9b70cb

%24
%45
%0
%20

Triadic Colors of #9b70cb

#9b70cb #cb9b70 #70cb9b

Analogous Colors of #9b70cb

#9b70cb #c970cb #7073cb

Monochromatic Colors of #9b70cb

#9b70cb

Complementary Color

#9b70cb #a0cb70

#9b70cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b70cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b70cb Color CSS Codes

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

#9b70cb Text Font Color

<p style="color:#9b70cb">Text here</p>

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


#9b70cb Background Color

<div style="background-color:#9b70cb">
Div content here</div>

This div background color is #9b70cb


#9b70cb Border Color

<div style="border:3px solid #9b70cb">
Div here</div>

This div border color is #9b70cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,112,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9b70cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9b70cb;
  -webkit-box-shadow: 1px 1px 3px 2px #9b70cb;
  box-shadow:         1px 1px 3px 2px #9b70cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,112,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 #9b70cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b70cb


Comments

No comments written yet.

Please login to write comment.