Color Hex Logo

#855375 Color Hex

#855375
(133,83,117)
0 Favorites   0 Comments

Color spaces of #855375

RGB 13383117
HSL0.890.230.42
HSV319°38°52°
CMYK 0.000.380.12   0.48
XYZ15.977012.457418.3921
Yxy12.45740.34120.2660
Hunter Lab35.295019.0352-6.1892
CIE-Lab41.934026.2292-10.6709

#855375 color RGB value is (133,83,117).

#855375 hex color red value is 133, green value is 83 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #855375 hue: 0.89 , saturation: 0.23 and the lightness value of 855375 is 0.42.

The process color (four color CMYK) of #855375 color hex is 0.00, 0.38, 0.12, 0.48. Web safe color of #855375 is #996666. Color #855375 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010011 01110101
Octal 205 123 165
Decimal 133 83 117
Hex 85 53 75

RGB Percentages of Color #855375

%39.94
%24.92
%35.14

CMYK Percentages of Color #855375

%0
%38
%12
%48

Triadic Colors of #855375

#855375 #758553 #537585

Analogous Colors of #855375

#855375 #85535c #7c5385

Monochromatic Colors of #855375

#855375

Complementary Color

#855375 #538563

#855375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855375 Color CSS Codes

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

#855375 Text Font Color

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

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


#855375 Background Color

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

This div background color is #855375


#855375 Border Color

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

This div border color is #855375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855375


Comments

No comments written yet.

Please login to write comment.