Color Hex Logo

#823daa Color Hex

#823DAA
(130,61,170)
0 Favorites   0 Comments

Color spaces of #823daa

RGB 13061170
HSL0.770.470.45
HSV278°64°67°
CMYK 0.240.640.00   0.33
XYZ18.130410.985639.1951
Yxy10.98560.26540.1608
Hunter Lab33.144539.6384-46.9123
CIE-Lab39.556248.3571-46.4858

#823daa color RGB value is (130,61,170).

#823daa hex color red value is 130, green value is 61 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #823daa hue: 0.77 , saturation: 0.47 and the lightness value of 823daa is 0.45.

The process color (four color CMYK) of #823daa color hex is 0.24, 0.64, 0.00, 0.33. Web safe color of #823daa is #993399. Color #823daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00111101 10101010
Octal 202 75 252
Decimal 130 61 170
Hex 82 3D AA

RGB Percentages of Color #823daa

%36.01
%16.90
%47.09

CMYK Percentages of Color #823daa

%24
%64
%0
%33

Triadic Colors of #823daa

#823daa #aa823d #3daa82

Analogous Colors of #823daa

#823daa #aa3d9c #4c3daa

Monochromatic Colors of #823daa

#823daa

Complementary Color

#823daa #65aa3d

#823daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#823daa Color CSS Codes

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

#823daa Text Font Color

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

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


#823daa Background Color

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

This div background color is #823daa


#823daa Border Color

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

This div border color is #823daa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,61,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #823daa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #823daa;
  -webkit-box-shadow: 1px 1px 3px 2px #823daa;
  box-shadow:         1px 1px 3px 2px #823daa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823daa


Comments

No comments written yet.

Please login to write comment.