Color Hex Logo

#824caa Color Hex

#824CAA
(130,76,170)
0 Favorites   0 Comments

Color spaces of #824caa

RGB 13076170
HSL0.760.380.48
HSV274°55°67°
CMYK 0.240.550.00   0.33
XYZ19.046112.817039.5003
Yxy12.81700.26690.1796
Hunter Lab35.800832.3108-40.3561
CIE-Lab42.486240.4941-41.8024

#824caa color RGB value is (130,76,170).

#824caa hex color red value is 130, green value is 76 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #824caa hue: 0.76 , saturation: 0.38 and the lightness value of 824caa is 0.48.

The process color (four color CMYK) of #824caa color hex is 0.24, 0.55, 0.00, 0.33. Web safe color of #824caa is #993399. Color #824caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01001100 10101010
Octal 202 114 252
Decimal 130 76 170
Hex 82 4C AA

RGB Percentages of Color #824caa

%34.57
%20.21
%45.21

CMYK Percentages of Color #824caa

%24
%55
%0
%33

Triadic Colors of #824caa

#824caa #aa824c #4caa82

Analogous Colors of #824caa

#824caa #aa4ca3 #534caa

Monochromatic Colors of #824caa

#824caa

Complementary Color

#824caa #74aa4c

#824caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#824caa Color CSS Codes

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

#824caa Text Font Color

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

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


#824caa Background Color

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

This div background color is #824caa


#824caa Border Color

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

This div border color is #824caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824caa


Comments

No comments written yet.

Please login to write comment.