Color Hex Logo

#836daf Color Hex

#836DAF
(131,109,175)
0 Favorites   0 Comments

Color spaces of #836daf

RGB 131109175
HSL0.720.290.56
HSV260°38°69°
CMYK 0.250.380.00   0.31
XYZ22.566618.857743.0080
Yxy18.85770.26730.2233
Hunter Lab43.425516.7653-28.3222
CIE-Lab50.520322.8828-32.0536

#836daf color RGB value is (131,109,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01101101 10101111
Octal 203 155 257
Decimal 131 109 175
Hex 83 6D AF

RGB Percentages of Color #836daf

%31.57
%26.27
%42.17

CMYK Percentages of Color #836daf

%25
%38
%0
%31

Triadic Colors of #836daf

#836daf #af836d #6daf83

Analogous Colors of #836daf

#836daf #a46daf #6d78af

Monochromatic Colors of #836daf

#836daf

Complementary Color

#836daf #99af6d

#836daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#836daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#836daf Color CSS Codes

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

#836daf Text Font Color

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

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


#836daf Background Color

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

This div background color is #836daf


#836daf Border Color

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

This div border color is #836daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #836daf


Comments

No comments written yet.

Please login to write comment.