Color Hex Logo

#846982 Color Hex

#846982
(132,105,130)
0 Favorites   0 Comments

Color spaces of #846982

RGB 132105130
HSL0.850.110.46
HSV304°20°52°
CMYK 0.000.200.02   0.48
XYZ18.596616.620423.3470
Yxy16.62040.31750.2838
Hunter Lab40.768110.0795-5.4164
CIE-Lab47.778115.3640-9.7449

#846982 color RGB value is (132,105,130).

#846982 hex color red value is 132, green value is 105 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #846982 hue: 0.85 , saturation: 0.11 and the lightness value of 846982 is 0.46.

The process color (four color CMYK) of #846982 color hex is 0.00, 0.20, 0.02, 0.48. Web safe color of #846982 is #996699. Color #846982 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101001 10000010
Octal 204 151 202
Decimal 132 105 130
Hex 84 69 82

RGB Percentages of Color #846982

%35.97
%28.61
%35.42

CMYK Percentages of Color #846982

%0
%20
%2
%48

Triadic Colors of #846982

#846982 #828469 #698284

Analogous Colors of #846982

#846982 #846975 #796984

Monochromatic Colors of #846982

#846982

Complementary Color

#846982 #69846b

#846982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#846982 Color CSS Codes

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

#846982 Text Font Color

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

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


#846982 Background Color

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

This div background color is #846982


#846982 Border Color

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

This div border color is #846982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846982


Comments

No comments written yet.

Please login to write comment.