Color Hex Logo

#853170 Color Hex

#853170
(133,49,112)
0 Favorites   0 Comments

Color spaces of #853170

RGB 13349112
HSL0.880.460.36
HSV315°63°52°
CMYK 0.000.630.16   0.48
XYZ13.69588.353016.2197
Yxy8.35300.35790.2183
Hunter Lab28.901634.0094-13.0428
CIE-Lab34.707543.5650-18.5940

#853170 color RGB value is (133,49,112).

#853170 hex color red value is 133, green value is 49 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #853170 hue: 0.88 , saturation: 0.46 and the lightness value of 853170 is 0.36.

The process color (four color CMYK) of #853170 color hex is 0.00, 0.63, 0.16, 0.48. Web safe color of #853170 is #993366. Color #853170 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110001 01110000
Octal 205 61 160
Decimal 133 49 112
Hex 85 31 70

RGB Percentages of Color #853170

%45.24
%16.67
%38.10

CMYK Percentages of Color #853170

%0
%63
%16
%48

Triadic Colors of #853170

#853170 #708531 #317085

Analogous Colors of #853170

#853170 #853146 #703185

Monochromatic Colors of #853170

#853170

Complementary Color

#853170 #318546

#853170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#853170 Color CSS Codes

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

#853170 Text Font Color

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

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


#853170 Background Color

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

This div background color is #853170


#853170 Border Color

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

This div border color is #853170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853170


Comments

No comments written yet.

Please login to write comment.