Color Hex Logo

#823369 Color Hex

#823369
(130,51,105)
0 Favorites   0 Comments

Color spaces of #823369

RGB 13051105
HSL0.890.440.35
HSV319°61°51°
CMYK 0.000.610.19   0.49
XYZ12.93958.133414.2525
Yxy8.13340.36630.2302
Hunter Lab28.519131.0794-9.6669
CIE-Lab34.259240.5807-14.8948

#823369 color RGB value is (130,51,105).

#823369 hex color red value is 130, green value is 51 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #823369 hue: 0.89 , saturation: 0.44 and the lightness value of 823369 is 0.35.

The process color (four color CMYK) of #823369 color hex is 0.00, 0.61, 0.19, 0.49. Web safe color of #823369 is #993366. Color #823369 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00110011 01101001
Octal 202 63 151
Decimal 130 51 105
Hex 82 33 69

RGB Percentages of Color #823369

%45.45
%17.83
%36.71

CMYK Percentages of Color #823369

%0
%61
%19
%49

Triadic Colors of #823369

#823369 #698233 #336982

Analogous Colors of #823369

#823369 #823342 #743382

Monochromatic Colors of #823369

#823369

Complementary Color

#823369 #33824c

#823369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#823369 Color CSS Codes

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

#823369 Text Font Color

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

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


#823369 Background Color

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

This div background color is #823369


#823369 Border Color

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

This div border color is #823369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823369


Comments

No comments written yet.

Please login to write comment.