Color Hex Logo

#8570db Color Hex

#8570DB
(133,112,219)
0 Favorites   0 Comments

Color spaces of #8570db

RGB 133112219
HSL0.700.600.65
HSV252°49°86°
CMYK 0.390.490.00   0.14
XYZ28.253221.689469.7152
Yxy21.68940.23610.1813
Hunter Lab46.571926.7876-56.1531
CIE-Lab53.695933.2792-52.2142

#8570db color RGB value is (133,112,219).

#8570db hex color red value is 133, green value is 112 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8570db hue: 0.70 , saturation: 0.60 and the lightness value of 8570db is 0.65.

The process color (four color CMYK) of #8570db color hex is 0.39, 0.49, 0.00, 0.14. Web safe color of #8570db is #9966cc. Color #8570db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110000 11011011
Octal 205 160 333
Decimal 133 112 219
Hex 85 70 DB

RGB Percentages of Color #8570db

%28.66
%24.14
%47.20

CMYK Percentages of Color #8570db

%39
%49
%0
%14

Triadic Colors of #8570db

#8570db #db8570 #70db85

Analogous Colors of #8570db

#8570db #bb70db #7091db

Monochromatic Colors of #8570db

#8570db

Complementary Color

#8570db #c6db70

#8570db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8570db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8570db Color CSS Codes

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

#8570db Text Font Color

<p style="color:#8570db">Text here</p>

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


#8570db Background Color

<div style="background-color:#8570db">
Div content here</div>

This div background color is #8570db


#8570db Border Color

<div style="border:3px solid #8570db">
Div here</div>

This div border color is #8570db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,112,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8570db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8570db;
  -webkit-box-shadow: 1px 1px 3px 2px #8570db;
  box-shadow:         1px 1px 3px 2px #8570db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8570db


Comments

No comments written yet.

Please login to write comment.