Color Hex Logo

#9570cd Color Hex

#9570CD
(149,112,205)
0 Favorites   0 Comments

Color spaces of #9570cd

RGB 149112205
HSL0.730.480.62
HSV264°45°80°
CMYK 0.270.450.00   0.20
XYZ29.208022.385760.5390
Yxy22.38570.26050.1996
Hunter Lab47.313527.3945-42.7438
CIE-Lab54.433933.8156-43.0203

#9570cd color RGB value is (149,112,205).

#9570cd hex color red value is 149, green value is 112 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9570cd hue: 0.73 , saturation: 0.48 and the lightness value of 9570cd is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01110000 11001101
Octal 225 160 315
Decimal 149 112 205
Hex 95 70 CD

RGB Percentages of Color #9570cd

%31.97
%24.03
%43.99

CMYK Percentages of Color #9570cd

%27
%45
%0
%20

Triadic Colors of #9570cd

#9570cd #cd9570 #70cd95

Analogous Colors of #9570cd

#9570cd #c470cd #707acd

Monochromatic Colors of #9570cd

#9570cd

Complementary Color

#9570cd #a8cd70

#9570cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9570cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9570cd Color CSS Codes

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

#9570cd Text Font Color

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

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


#9570cd Background Color

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

This div background color is #9570cd


#9570cd Border Color

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

This div border color is #9570cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,112,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9570cd


Comments

No comments written yet.

Please login to write comment.