Color Hex Logo

#824986 Color Hex

#824986
(130,73,134)
0 Favorites   0 Comments

Color spaces of #824986

RGB 13073134
HSL0.820.290.41
HSV296°46°53°
CMYK 0.030.460.00   0.47
XYZ15.891511.232123.8847
Yxy11.23210.31150.2202
Hunter Lab33.514325.9893-18.7943
CIE-Lab39.968734.2075-24.1215

#824986 color RGB value is (130,73,134).

#824986 hex color red value is 130, green value is 73 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #824986 hue: 0.82 , saturation: 0.29 and the lightness value of 824986 is 0.41.

The process color (four color CMYK) of #824986 color hex is 0.03, 0.46, 0.00, 0.47. Web safe color of #824986 is #993399. Color #824986 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01001001 10000110
Octal 202 111 206
Decimal 130 73 134
Hex 82 49 86

RGB Percentages of Color #824986

%38.58
%21.66
%39.76

CMYK Percentages of Color #824986

%3
%46
%0
%47

Triadic Colors of #824986

#824986 #868249 #498682

Analogous Colors of #824986

#824986 #86496c #644986

Monochromatic Colors of #824986

#824986

Complementary Color

#824986 #4d8649

#824986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#824986 Color CSS Codes

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

#824986 Text Font Color

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

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


#824986 Background Color

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

This div background color is #824986


#824986 Border Color

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

This div border color is #824986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824986


Comments

No comments written yet.

Please login to write comment.