Color Hex Logo

#835570 Color Hex

#835570
(131,85,112)
0 Favorites   0 Comments

Color spaces of #835570

RGB 13185112
HSL0.900.210.42
HSV325°35°51°
CMYK 0.000.350.15   0.49
XYZ15.533212.492116.9218
Yxy12.49210.34560.2779
Hunter Lab35.344216.5956-3.6455
CIE-Lab41.987823.4185-7.5500

#835570 color RGB value is (131,85,112).

#835570 hex color red value is 131, green value is 85 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #835570 hue: 0.90 , saturation: 0.21 and the lightness value of 835570 is 0.42.

The process color (four color CMYK) of #835570 color hex is 0.00, 0.35, 0.15, 0.49. Web safe color of #835570 is #996666. Color #835570 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01010101 01110000
Octal 203 125 160
Decimal 131 85 112
Hex 83 55 70

RGB Percentages of Color #835570

%39.94
%25.91
%34.15

CMYK Percentages of Color #835570

%0
%35
%15
%49

Triadic Colors of #835570

#835570 #708355 #557083

Analogous Colors of #835570

#835570 #835559 #7f5583

Monochromatic Colors of #835570

#835570

Complementary Color

#835570 #558368

#835570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#835570 Color CSS Codes

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

#835570 Text Font Color

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

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


#835570 Background Color

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

This div background color is #835570


#835570 Border Color

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

This div border color is #835570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835570


Comments

No comments written yet.

Please login to write comment.