Color Hex Logo

#9b70ff Color Hex

#9B70FF
(155,112,255)
0 Favorites   0 Comments

Color spaces of #9b70ff

RGB 155112255
HSL0.721.000.72
HSV258°56°100°
CMYK 0.390.560.00   0.00
XYZ37.361725.776997.6140
Yxy25.77690.23240.1604
Hunter Lab50.771042.5067-78.4533
CIE-Lab57.824748.0586-65.5636

#9b70ff color RGB value is (155,112,255).

#9b70ff hex color red value is 155, green value is 112 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9b70ff hue: 0.72 , saturation: 1.00 and the lightness value of 9b70ff is 0.72.

The process color (four color CMYK) of #9b70ff color hex is 0.39, 0.56, 0.00, 0.00. Web safe color of #9b70ff is #9966ff. Color #9b70ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 01110000 11111111
Octal 233 160 377
Decimal 155 112 255
Hex 9B 70 FF

RGB Percentages of Color #9b70ff

%29.69
%21.46
%48.85

CMYK Percentages of Color #9b70ff

%39
%56
%0
%0

Triadic Colors of #9b70ff

#9b70ff #ff9b70 #70ff9b

Analogous Colors of #9b70ff

#9b70ff #e370ff #708dff

Monochromatic Colors of #9b70ff

#9b70ff

Complementary Color

#9b70ff #d4ff70

#9b70ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b70ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b70ff Color CSS Codes

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

#9b70ff Text Font Color

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

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


#9b70ff Background Color

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

This div background color is #9b70ff


#9b70ff Border Color

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

This div border color is #9b70ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b70ff

Related Colors


Comments

No comments written yet.

Please login to write comment.