Color Hex Logo

#852022 Color Hex

#852022
(133,32,34)
0 Favorites   0 Comments

Color spaces of #852022

RGB 1333234
HSL1.000.610.32
HSV359°76°52°
CMYK 0.000.760.74   0.48
XYZ10.47816.13512.1453
Yxy6.13510.55860.3271
Hunter Lab24.769132.165012.2032
CIE-Lab29.750842.544424.8626

#852022 color RGB value is (133,32,34).

#852022 hex color red value is 133, green value is 32 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #852022 hue: 1.00 , saturation: 0.61 and the lightness value of 852022 is 0.32.

The process color (four color CMYK) of #852022 color hex is 0.00, 0.76, 0.74, 0.48. Web safe color of #852022 is #993333. Color #852022 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00100000 00100010
Octal 205 40 42
Decimal 133 32 34
Hex 85 20 22

RGB Percentages of Color #852022

%66.83
%16.08
%17.09

CMYK Percentages of Color #852022

%0
%76
%74
%48

Triadic Colors of #852022

#852022 #228520 #202285

Analogous Colors of #852022

#852022 #855020 #852055

Monochromatic Colors of #852022

#852022

Complementary Color

#852022 #208583

#852022 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#852022 Color Preview on White Background

Lorem ipsum dolor sit amet.

#852022 Color CSS Codes

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

#852022 Text Font Color

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

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


#852022 Background Color

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

This div background color is #852022


#852022 Border Color

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

This div border color is #852022


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #852022


Comments

No comments written yet.

Please login to write comment.