Color Hex Logo

#823666 Color Hex

#823666
(130,54,102)
0 Favorites   0 Comments

Color spaces of #823666

RGB 13054102
HSL0.890.410.36
HSV322°58°51°
CMYK 0.000.580.22   0.49
XYZ12.92348.343513.4997
Yxy8.34350.37170.2400
Hunter Lab28.885129.3132-7.4901
CIE-Lab34.688338.6244-12.3346

#823666 color RGB value is (130,54,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00110110 01100110
Octal 202 66 146
Decimal 130 54 102
Hex 82 36 66

RGB Percentages of Color #823666

%45.45
%18.88
%35.66

CMYK Percentages of Color #823666

%0
%58
%22
%49

Triadic Colors of #823666

#823666 #668236 #366682

Analogous Colors of #823666

#823666 #823640 #783682

Monochromatic Colors of #823666

#823666

Complementary Color

#823666 #368252

#823666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#823666 Color CSS Codes

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

#823666 Text Font Color

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

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


#823666 Background Color

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

This div background color is #823666


#823666 Border Color

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

This div border color is #823666


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,54,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 #823666">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823666


Comments

No comments written yet.

Please login to write comment.