Color Hex Logo

#852028 Color Hex

#852028
(133,32,40)
0 Favorites   0 Comments

Color spaces of #852028

RGB 1333240
HSL0.990.610.32
HSV355°76°52°
CMYK 0.000.760.70   0.48
XYZ10.57246.17282.6417
Yxy6.17280.54530.3184
Hunter Lab24.845132.478511.0875
CIE-Lab29.844342.858321.1429

#852028 color RGB value is (133,32,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00100000 00101000
Octal 205 40 50
Decimal 133 32 40
Hex 85 20 28

RGB Percentages of Color #852028

%64.88
%15.61
%19.51

CMYK Percentages of Color #852028

%0
%76
%70
%48

Triadic Colors of #852028

#852028 #288520 #202885

Analogous Colors of #852028

#852028 #854b20 #85205b

Monochromatic Colors of #852028

#852028

Complementary Color

#852028 #20857d

#852028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#852028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#852028 Color CSS Codes

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

#852028 Text Font Color

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

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


#852028 Background Color

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

This div background color is #852028


#852028 Border Color

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

This div border color is #852028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #852028


Comments

No comments written yet.

Please login to write comment.