Color Hex Logo

#833243 Color Hex

#833243
(131,50,67)
0 Favorites   0 Comments

Color spaces of #833243

RGB 1315067
HSL0.970.450.35
HSV347°62°51°
CMYK 0.000.620.49   0.49
XYZ11.51387.51176.1533
Yxy7.51170.45730.2983
Hunter Lab27.407527.02425.8739
CIE-Lab32.944536.43067.6369

#833243 color RGB value is (131,50,67).

#833243 hex color red value is 131, green value is 50 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #833243 hue: 0.97 , saturation: 0.45 and the lightness value of 833243 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00110010 01000011
Octal 203 62 103
Decimal 131 50 67
Hex 83 32 43

RGB Percentages of Color #833243

%52.82
%20.16
%27.02

CMYK Percentages of Color #833243

%0
%62
%49
%49

Triadic Colors of #833243

#833243 #438332 #324383

Analogous Colors of #833243

#833243 #834a32 #83326c

Monochromatic Colors of #833243

#833243

Complementary Color

#833243 #328372

#833243 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833243 Color Preview on White Background

Lorem ipsum dolor sit amet.

#833243 Color CSS Codes

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

#833243 Text Font Color

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

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


#833243 Background Color

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

This div background color is #833243


#833243 Border Color

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

This div border color is #833243


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833243


Comments

No comments written yet.

Please login to write comment.