Color Hex Logo

#852352 Color Hex

#852352
(133,35,82)
0 Favorites   0 Comments

Color spaces of #852352

RGB 1333582
HSL0.920.580.33
HSV331°74°52°
CMYK 0.000.740.38   0.48
XYZ11.79696.79788.6730
Yxy6.79780.43260.2493
Hunter Lab26.072635.1377-1.4719
CIE-Lab31.342145.3489-4.4288

#852352 color RGB value is (133,35,82).

#852352 hex color red value is 133, green value is 35 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #852352 hue: 0.92 , saturation: 0.58 and the lightness value of 852352 is 0.33.

The process color (four color CMYK) of #852352 color hex is 0.00, 0.74, 0.38, 0.48. Web safe color of #852352 is #993366. Color #852352 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00100011 01010010
Octal 205 43 122
Decimal 133 35 82
Hex 85 23 52

RGB Percentages of Color #852352

%53.20
%14.00
%32.80

CMYK Percentages of Color #852352

%0
%74
%38
%48

Triadic Colors of #852352

#852352 #528523 #235285

Analogous Colors of #852352

#852352 #852523 #852383

Monochromatic Colors of #852352

#852352

Complementary Color

#852352 #238556

#852352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#852352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#852352 Color CSS Codes

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

#852352 Text Font Color

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

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


#852352 Background Color

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

This div background color is #852352


#852352 Border Color

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

This div border color is #852352


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #852352


Comments

No comments written yet.

Please login to write comment.