Color Hex Logo

#823056 Color Hex

#823056
(130,48,86)
0 Favorites   0 Comments

Color spaces of #823056

RGB 1304886
HSL0.920.460.35
HSV332°63°51°
CMYK 0.000.630.34   0.49
XYZ11.94267.53169.6284
Yxy7.53160.41040.2588
Hunter Lab27.443829.6506-1.5907
CIE-Lab32.987739.2783-4.6419

#823056 color RGB value is (130,48,86).

#823056 hex color red value is 130, green value is 48 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #823056 hue: 0.92 , saturation: 0.46 and the lightness value of 823056 is 0.35.

The process color (four color CMYK) of #823056 color hex is 0.00, 0.63, 0.34, 0.49. Web safe color of #823056 is #993366. Color #823056 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00110000 01010110
Octal 202 60 126
Decimal 130 48 86
Hex 82 30 56

RGB Percentages of Color #823056

%49.24
%18.18
%32.58

CMYK Percentages of Color #823056

%0
%63
%34
%49

Triadic Colors of #823056

#823056 #568230 #305682

Analogous Colors of #823056

#823056 #823330 #82307f

Monochromatic Colors of #823056

#823056

Complementary Color

#823056 #30825c

#823056 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823056 Color Preview on White Background

Lorem ipsum dolor sit amet.

#823056 Color CSS Codes

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

#823056 Text Font Color

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

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


#823056 Background Color

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

This div background color is #823056


#823056 Border Color

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

This div border color is #823056


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,48,86, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823056


Comments

No comments written yet.

Please login to write comment.