Color Hex Logo

#855361 Color Hex

#855361
(133,83,97)
0 Favorites   0 Comments

Color spaces of #855361

RGB 1338397
HSL0.950.230.42
HSV343°38°52°
CMYK 0.000.380.27   0.48
XYZ14.923812.036112.8459
Yxy12.03610.37490.3024
Hunter Lab34.693116.07182.3317
CIE-Lab41.273422.87480.6558

#855361 color RGB value is (133,83,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010011 01100001
Octal 205 123 141
Decimal 133 83 97
Hex 85 53 61

RGB Percentages of Color #855361

%42.49
%26.52
%30.99

CMYK Percentages of Color #855361

%0
%38
%27
%48

Triadic Colors of #855361

#855361 #618553 #536185

Analogous Colors of #855361

#855361 #855e53 #85537a

Monochromatic Colors of #855361

#855361

Complementary Color

#855361 #538577

#855361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855361 Color CSS Codes

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

#855361 Text Font Color

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

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


#855361 Background Color

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

This div background color is #855361


#855361 Border Color

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

This div border color is #855361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855361


Comments

No comments written yet.

Please login to write comment.