Color Hex Logo

#836eaf Color Hex

#836EAF
(131,110,175)
0 Favorites   0 Comments

Color spaces of #836eaf

RGB 131110175
HSL0.720.290.56
HSV259°37°69°
CMYK 0.250.370.00   0.31
XYZ22.673919.072343.0437
Yxy19.07230.26740.2249
Hunter Lab43.671816.2493-27.8669
CIE-Lab50.771722.2892-31.6608

#836eaf color RGB value is (131,110,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01101110 10101111
Octal 203 156 257
Decimal 131 110 175
Hex 83 6E AF

RGB Percentages of Color #836eaf

%31.49
%26.44
%42.07

CMYK Percentages of Color #836eaf

%25
%37
%0
%31

Triadic Colors of #836eaf

#836eaf #af836e #6eaf83

Analogous Colors of #836eaf

#836eaf #a46eaf #6e7aaf

Monochromatic Colors of #836eaf

#836eaf

Complementary Color

#836eaf #9aaf6e

#836eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#836eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#836eaf Color CSS Codes

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

#836eaf Text Font Color

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

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


#836eaf Background Color

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

This div background color is #836eaf


#836eaf Border Color

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

This div border color is #836eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #836eaf


Comments

No comments written yet.

Please login to write comment.