Color Hex Logo

#823143 Color Hex

#823143
(130,49,67)
0 Favorites   0 Comments

Color spaces of #823143

RGB 1304967
HSL0.960.450.35
HSV347°62°51°
CMYK 0.000.620.48   0.49
XYZ11.31747.34776.1319
Yxy7.34770.45640.2963
Hunter Lab27.106627.08965.5624
CIE-Lab32.585736.56247.1074

#823143 color RGB value is (130,49,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00110001 01000011
Octal 202 61 103
Decimal 130 49 67
Hex 82 31 43

RGB Percentages of Color #823143

%52.85
%19.92
%27.24

CMYK Percentages of Color #823143

%0
%62
%48
%49

Triadic Colors of #823143

#823143 #438231 #314382

Analogous Colors of #823143

#823143 #824731 #82316c

Monochromatic Colors of #823143

#823143

Complementary Color

#823143 #318270

#823143 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823143 Color Preview on White Background

Lorem ipsum dolor sit amet.

#823143 Color CSS Codes

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

#823143 Text Font Color

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

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


#823143 Background Color

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

This div background color is #823143


#823143 Border Color

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

This div border color is #823143


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,49,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 #823143">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823143


Comments

No comments written yet.

Please login to write comment.