Color Hex Logo

#852234 Color Hex

#852234
(133,34,52)
1 Favorites   0 Comments

Color spaces of #852234

RGB 1333452
HSL0.970.590.33
HSV349°74°52°
CMYK 0.000.740.61   0.48
XYZ10.86476.37853.9074
Yxy6.37850.51370.3016
Hunter Lab25.255732.59118.5060
CIE-Lab30.348042.883213.9414

#852234 color RGB value is (133,34,52).

#852234 hex color red value is 133, green value is 34 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #852234 hue: 0.97 , saturation: 0.59 and the lightness value of 852234 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00100010 00110100
Octal 205 42 64
Decimal 133 34 52
Hex 85 22 34

RGB Percentages of Color #852234

%60.73
%15.53
%23.74

CMYK Percentages of Color #852234

%0
%74
%61
%48

Triadic Colors of #852234

#852234 #348522 #223485

Analogous Colors of #852234

#852234 #854222 #852266

Monochromatic Colors of #852234

#852234

Complementary Color

#852234 #228573

#852234 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#852234 Color Preview on White Background

Lorem ipsum dolor sit amet.

#852234 Color CSS Codes

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

#852234 Text Font Color

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

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


#852234 Background Color

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

This div background color is #852234


#852234 Border Color

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

This div border color is #852234


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #852234

#852234 Color Palettes


Comments

No comments written yet.

Please login to write comment.