Color Hex Logo

#836aaf Color Hex

#836AAF
(131,106,175)
0 Favorites   0 Comments

Color spaces of #836aaf

RGB 131106175
HSL0.730.300.55
HSV262°39°69°
CMYK 0.250.390.00   0.31
XYZ22.252018.228542.9031
Yxy18.22850.26690.2186
Hunter Lab42.694818.3159-29.6928
CIE-Lab49.772124.6624-33.2242

#836aaf color RGB value is (131,106,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01101010 10101111
Octal 203 152 257
Decimal 131 106 175
Hex 83 6A AF

RGB Percentages of Color #836aaf

%31.80
%25.73
%42.48

CMYK Percentages of Color #836aaf

%25
%39
%0
%31

Triadic Colors of #836aaf

#836aaf #af836a #6aaf83

Analogous Colors of #836aaf

#836aaf #a66aaf #6a74af

Monochromatic Colors of #836aaf

#836aaf

Complementary Color

#836aaf #96af6a

#836aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#836aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#836aaf Color CSS Codes

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

#836aaf Text Font Color

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

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


#836aaf Background Color

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

This div background color is #836aaf


#836aaf Border Color

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

This div border color is #836aaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,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 #836aaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #836aaf


Comments

No comments written yet.

Please login to write comment.