Color Hex Logo

#824681 Color Hex

#824681
(130,70,129)
0 Favorites   0 Comments

Color spaces of #824681

RGB 13070129
HSL0.840.300.39
HSV301°46°51°
CMYK 0.000.460.01   0.49
XYZ15.358510.711122.0268
Yxy10.71110.31930.2227
Hunter Lab32.727826.4927-16.9945
CIE-Lab39.089634.8821-22.4249

#824681 color RGB value is (130,70,129).

#824681 hex color red value is 130, green value is 70 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #824681 hue: 0.84 , saturation: 0.30 and the lightness value of 824681 is 0.39.

The process color (four color CMYK) of #824681 color hex is 0.00, 0.46, 0.01, 0.49. Web safe color of #824681 is #993399. Color #824681 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01000110 10000001
Octal 202 106 201
Decimal 130 70 129
Hex 82 46 81

RGB Percentages of Color #824681

%39.51
%21.28
%39.21

CMYK Percentages of Color #824681

%0
%46
%1
%49

Triadic Colors of #824681

#824681 #818246 #468182

Analogous Colors of #824681

#824681 #824663 #654682

Monochromatic Colors of #824681

#824681

Complementary Color

#824681 #468247

#824681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#824681 Color CSS Codes

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

#824681 Text Font Color

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

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


#824681 Background Color

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

This div background color is #824681


#824681 Border Color

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

This div border color is #824681


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824681


Comments

No comments written yet.

Please login to write comment.