Color Hex Logo

#846aaf Color Hex

#846AAF
(132,106,175)
0 Favorites   0 Comments

Color spaces of #846aaf

RGB 132106175
HSL0.730.300.55
HSV263°39°69°
CMYK 0.250.390.00   0.31
XYZ22.407618.308742.9104
Yxy18.30870.26790.2189
Hunter Lab42.788718.5968-29.5066
CIE-Lab49.868424.9639-33.0665

#846aaf color RGB value is (132,106,175).

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

The process color (four color CMYK) of #846aaf color hex is 0.25, 0.39, 0.00, 0.31. Web safe color of #846aaf is #996699. Color #846aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101010 10101111
Octal 204 152 257
Decimal 132 106 175
Hex 84 6A AF

RGB Percentages of Color #846aaf

%31.96
%25.67
%42.37

CMYK Percentages of Color #846aaf

%25
%39
%0
%31

Triadic Colors of #846aaf

#846aaf #af846a #6aaf84

Analogous Colors of #846aaf

#846aaf #a76aaf #6a73af

Monochromatic Colors of #846aaf

#846aaf

Complementary Color

#846aaf #95af6a

#846aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#846aaf Color CSS Codes

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

#846aaf Text Font Color

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

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


#846aaf Background Color

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

This div background color is #846aaf


#846aaf Border Color

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

This div border color is #846aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846aaf


Comments

No comments written yet.

Please login to write comment.