Color Hex Logo

#846aab Color Hex

#846AAB
(132,106,171)
0 Favorites   0 Comments

Color spaces of #846aab

RGB 132106171
HSL0.730.280.54
HSV264°38°67°
CMYK 0.230.380.00   0.33
XYZ22.020418.153940.8715
Yxy18.15390.27170.2240
Hunter Lab42.607417.6896-27.0493
CIE-Lab49.682223.9768-31.0272

#846aab color RGB value is (132,106,171).

#846aab hex color red value is 132, green value is 106 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #846aab hue: 0.73 , saturation: 0.28 and the lightness value of 846aab is 0.54.

The process color (four color CMYK) of #846aab color hex is 0.23, 0.38, 0.00, 0.33. Web safe color of #846aab is #996699. Color #846aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101010 10101011
Octal 204 152 253
Decimal 132 106 171
Hex 84 6A AB

RGB Percentages of Color #846aab

%32.27
%25.92
%41.81

CMYK Percentages of Color #846aab

%23
%38
%0
%33

Triadic Colors of #846aab

#846aab #ab846a #6aab84

Analogous Colors of #846aab

#846aab #a56aab #6a71ab

Monochromatic Colors of #846aab

#846aab

Complementary Color

#846aab #91ab6a

#846aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#846aab Color CSS Codes

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

#846aab Text Font Color

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

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


#846aab Background Color

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

This div background color is #846aab


#846aab Border Color

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

This div border color is #846aab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,106,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #846aab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #846aab;
  -webkit-box-shadow: 1px 1px 3px 2px #846aab;
  box-shadow:         1px 1px 3px 2px #846aab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,106,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 #846aab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846aab


Comments

No comments written yet.

Please login to write comment.