Color Hex Logo

#824dab Color Hex

#824DAB
(130,77,171)
0 Favorites   0 Comments

Color spaces of #824dab

RGB 13077171
HSL0.760.380.49
HSV274°55°67°
CMYK 0.240.550.00   0.33
XYZ19.210512.993940.0236
Yxy12.99390.26600.1799
Hunter Lab36.047132.0454-40.5977
CIE-Lab42.754140.1790-41.9677

#824dab color RGB value is (130,77,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01001101 10101011
Octal 202 115 253
Decimal 130 77 171
Hex 82 4D AB

RGB Percentages of Color #824dab

%34.39
%20.37
%45.24

CMYK Percentages of Color #824dab

%24
%55
%0
%33

Triadic Colors of #824dab

#824dab #ab824d #4dab82

Analogous Colors of #824dab

#824dab #ab4da5 #534dab

Monochromatic Colors of #824dab

#824dab

Complementary Color

#824dab #76ab4d

#824dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#824dab Color CSS Codes

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

#824dab Text Font Color

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

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


#824dab Background Color

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

This div background color is #824dab


#824dab Border Color

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

This div border color is #824dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824dab


Comments

No comments written yet.

Please login to write comment.