Color Hex Logo

#823999 Color Hex

#823999
(130,57,153)
0 Favorites   0 Comments

Color spaces of #823999

RGB 13057153
HSL0.790.460.41
HSV286°63°60°
CMYK 0.150.630.00   0.40
XYZ16.41889.972031.1964
Yxy9.97200.28510.1732
Hunter Lab31.578537.5463-36.4677
CIE-Lab37.792146.6026-39.1043

#823999 color RGB value is (130,57,153).

#823999 hex color red value is 130, green value is 57 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #823999 hue: 0.79 , saturation: 0.46 and the lightness value of 823999 is 0.41.

The process color (four color CMYK) of #823999 color hex is 0.15, 0.63, 0.00, 0.40. Web safe color of #823999 is #993399. Color #823999 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00111001 10011001
Octal 202 71 231
Decimal 130 57 153
Hex 82 39 99

RGB Percentages of Color #823999

%38.24
%16.76
%45.00

CMYK Percentages of Color #823999

%15
%63
%0
%40

Triadic Colors of #823999

#823999 #998239 #399982

Analogous Colors of #823999

#823999 #993980 #523999

Monochromatic Colors of #823999

#823999

Complementary Color

#823999 #509939

#823999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#823999 Color CSS Codes

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

#823999 Text Font Color

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

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


#823999 Background Color

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

This div background color is #823999


#823999 Border Color

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

This div border color is #823999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823999


Comments

No comments written yet.

Please login to write comment.