Color Hex Logo

#823583 Color Hex

#823583
(130,53,131)
0 Favorites   0 Comments

Color spaces of #823583

RGB 13053131
HSL0.830.420.36
HSV299°60°51°
CMYK 0.010.600.00   0.49
XYZ14.57588.930722.4283
Yxy8.93070.31730.1944
Hunter Lab29.884334.7644-23.5784
CIE-Lab35.850544.1363-28.7186

#823583 color RGB value is (130,53,131).

#823583 hex color red value is 130, green value is 53 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #823583 hue: 0.83 , saturation: 0.42 and the lightness value of 823583 is 0.36.

The process color (four color CMYK) of #823583 color hex is 0.01, 0.60, 0.00, 0.49. Web safe color of #823583 is #993399. Color #823583 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00110101 10000011
Octal 202 65 203
Decimal 130 53 131
Hex 82 35 83

RGB Percentages of Color #823583

%41.40
%16.88
%41.72

CMYK Percentages of Color #823583

%1
%60
%0
%49

Triadic Colors of #823583

#823583 #838235 #358382

Analogous Colors of #823583

#823583 #83355d #5b3583

Monochromatic Colors of #823583

#823583

Complementary Color

#823583 #368335

#823583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#823583 Color CSS Codes

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

#823583 Text Font Color

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

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


#823583 Background Color

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

This div background color is #823583


#823583 Border Color

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

This div border color is #823583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823583


Comments

No comments written yet.

Please login to write comment.