Color Hex Logo

#854851 Color Hex

#854851
(133,72,81)
0 Favorites   0 Comments

Color spaces of #854851

RGB 1337281
HSL0.980.300.40
HSV351°46°52°
CMYK 0.000.460.39   0.48
XYZ13.475410.21549.0461
Yxy10.21540.41160.3120
Hunter Lab31.961519.32525.5922
CIE-Lab38.226326.98416.2238

#854851 color RGB value is (133,72,81).

#854851 hex color red value is 133, green value is 72 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #854851 hue: 0.98 , saturation: 0.30 and the lightness value of 854851 is 0.40.

The process color (four color CMYK) of #854851 color hex is 0.00, 0.46, 0.39, 0.48. Web safe color of #854851 is #993366. Color #854851 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001000 01010001
Octal 205 110 121
Decimal 133 72 81
Hex 85 48 51

RGB Percentages of Color #854851

%46.50
%25.17
%28.32

CMYK Percentages of Color #854851

%0
%46
%39
%48

Triadic Colors of #854851

#854851 #518548 #485185

Analogous Colors of #854851

#854851 #855e48 #854870

Monochromatic Colors of #854851

#854851

Complementary Color

#854851 #48857c

#854851 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854851 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854851 Color CSS Codes

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

#854851 Text Font Color

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

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


#854851 Background Color

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

This div background color is #854851


#854851 Border Color

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

This div border color is #854851


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854851


Comments

No comments written yet.

Please login to write comment.