Color Hex Logo

#853246 Color Hex

#853246
(133,50,70)
0 Favorites   0 Comments

Color spaces of #853246

RGB 1335070
HSL0.960.450.36
HSV346°62°52°
CMYK 0.000.620.47   0.48
XYZ11.91907.70996.6543
Yxy7.70990.45350.2933
Hunter Lab27.766728.03035.2278
CIE-Lab33.371337.46006.3438

#853246 color RGB value is (133,50,70).

#853246 hex color red value is 133, green value is 50 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #853246 hue: 0.96 , saturation: 0.45 and the lightness value of 853246 is 0.36.

The process color (four color CMYK) of #853246 color hex is 0.00, 0.62, 0.47, 0.48. Web safe color of #853246 is #993333. Color #853246 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110010 01000110
Octal 205 62 106
Decimal 133 50 70
Hex 85 32 46

RGB Percentages of Color #853246

%52.57
%19.76
%27.67

CMYK Percentages of Color #853246

%0
%62
%47
%48

Triadic Colors of #853246

#853246 #468532 #324685

Analogous Colors of #853246

#853246 #854732 #853270

Monochromatic Colors of #853246

#853246

Complementary Color

#853246 #328571

#853246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#853246 Color CSS Codes

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

#853246 Text Font Color

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

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


#853246 Background Color

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

This div background color is #853246


#853246 Border Color

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

This div border color is #853246


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853246


Comments

No comments written yet.

Please login to write comment.