Color Hex Logo

#8570df Color Hex

#8570DF
(133,112,223)
0 Favorites   0 Comments

Color spaces of #8570df

RGB 133112223
HSL0.700.630.66
HSV251°50°87°
CMYK 0.400.500.00   0.13
XYZ28.786321.902672.5225
Yxy21.90260.23360.1778
Hunter Lab46.800227.8930-59.1168
CIE-Lab53.923534.3838-54.1052

#8570df color RGB value is (133,112,223).

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

The process color (four color CMYK) of #8570df color hex is 0.40, 0.50, 0.00, 0.13. Web safe color of #8570df is #9966cc. Color #8570df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110000 11011111
Octal 205 160 337
Decimal 133 112 223
Hex 85 70 DF

RGB Percentages of Color #8570df

%28.42
%23.93
%47.65

CMYK Percentages of Color #8570df

%40
%50
%0
%13

Triadic Colors of #8570df

#8570df #df8570 #70df85

Analogous Colors of #8570df

#8570df #bd70df #7093df

Monochromatic Colors of #8570df

#8570df

Complementary Color

#8570df #cadf70

#8570df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8570df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8570df Color CSS Codes

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

#8570df Text Font Color

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

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


#8570df Background Color

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

This div background color is #8570df


#8570df Border Color

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

This div border color is #8570df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8570df


Comments

No comments written yet.

Please login to write comment.