Color Hex Logo

#846eaf Color Hex

#846EAF
(132,110,175)
0 Favorites   0 Comments

Color spaces of #846eaf

RGB 132110175
HSL0.720.290.56
HSV260°37°69°
CMYK 0.250.370.00   0.31
XYZ22.829519.152543.0510
Yxy19.15250.26850.2252
Hunter Lab43.763616.5292-27.6901
CIE-Lab50.865122.5941-31.5079

#846eaf color RGB value is (132,110,175).

#846eaf hex color red value is 132, green value is 110 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #846eaf hue: 0.72 , saturation: 0.29 and the lightness value of 846eaf is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101110 10101111
Octal 204 156 257
Decimal 132 110 175
Hex 84 6E AF

RGB Percentages of Color #846eaf

%31.65
%26.38
%41.97

CMYK Percentages of Color #846eaf

%25
%37
%0
%31

Triadic Colors of #846eaf

#846eaf #af846e #6eaf84

Analogous Colors of #846eaf

#846eaf #a56eaf #6e79af

Monochromatic Colors of #846eaf

#846eaf

Complementary Color

#846eaf #99af6e

#846eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#846eaf Color CSS Codes

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

#846eaf Text Font Color

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

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


#846eaf Background Color

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

This div background color is #846eaf


#846eaf Border Color

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

This div border color is #846eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846eaf


Comments

No comments written yet.

Please login to write comment.