Color Hex Logo

#823766 Color Hex

#823766
(130,55,102)
0 Favorites   0 Comments

Color spaces of #823766

RGB 13055102
HSL0.900.410.36
HSV322°58°51°
CMYK 0.000.580.22   0.49
XYZ12.97048.437513.5154
Yxy8.43750.37140.2416
Hunter Lab29.047428.8719-7.2538
CIE-Lab34.877938.1183-12.0463

#823766 color RGB value is (130,55,102).

#823766 hex color red value is 130, green value is 55 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #823766 hue: 0.90 , saturation: 0.41 and the lightness value of 823766 is 0.36.

The process color (four color CMYK) of #823766 color hex is 0.00, 0.58, 0.22, 0.49. Web safe color of #823766 is #993366. Color #823766 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00110111 01100110
Octal 202 67 146
Decimal 130 55 102
Hex 82 37 66

RGB Percentages of Color #823766

%45.30
%19.16
%35.54

CMYK Percentages of Color #823766

%0
%58
%22
%49

Triadic Colors of #823766

#823766 #668237 #376682

Analogous Colors of #823766

#823766 #823741 #793782

Monochromatic Colors of #823766

#823766

Complementary Color

#823766 #378253

#823766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#823766 Color CSS Codes

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

#823766 Text Font Color

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

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


#823766 Background Color

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

This div background color is #823766


#823766 Border Color

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

This div border color is #823766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823766


Comments

No comments written yet.

Please login to write comment.