Color Hex Logo

#9570ff Color Hex

#9570FF
(149,112,255)
0 Favorites   0 Comments

Color spaces of #9570ff

RGB 149112255
HSL0.711.000.72
HSV256°56°100°
CMYK 0.420.560.00   0.00
XYZ36.238625.197997.5614
Yxy25.19790.22790.1585
Hunter Lab50.197541.0171-80.0949
CIE-Lab57.267746.7517-66.4892

#9570ff color RGB value is (149,112,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01110000 11111111
Octal 225 160 377
Decimal 149 112 255
Hex 95 70 FF

RGB Percentages of Color #9570ff

%28.88
%21.71
%49.42

CMYK Percentages of Color #9570ff

%42
%56
%0
%0

Triadic Colors of #9570ff

#9570ff #ff9570 #70ff95

Analogous Colors of #9570ff

#9570ff #dd70ff #7093ff

Monochromatic Colors of #9570ff

#9570ff

Complementary Color

#9570ff #daff70

#9570ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9570ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9570ff Color CSS Codes

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

#9570ff Text Font Color

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

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


#9570ff Background Color

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

This div background color is #9570ff


#9570ff Border Color

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

This div border color is #9570ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,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 #9570ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9570ff


Comments

No comments written yet.

Please login to write comment.