Color Hex Logo

#837eaf Color Hex

#837EAF
(131,126,175)
0 Favorites   0 Comments

Color spaces of #837eaf

RGB 131126175
HSL0.680.230.59
HSV246°28°69°
CMYK 0.250.280.00   0.31
XYZ24.558822.842143.6720
Yxy22.84210.26970.2508
Hunter Lab47.79348.0843-20.7218
CIE-Lab54.909312.8198-25.2377

#837eaf color RGB value is (131,126,175).

#837eaf hex color red value is 131, green value is 126 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #837eaf hue: 0.68 , saturation: 0.23 and the lightness value of 837eaf is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01111110 10101111
Octal 203 176 257
Decimal 131 126 175
Hex 83 7E AF

RGB Percentages of Color #837eaf

%30.32
%29.17
%40.51

CMYK Percentages of Color #837eaf

%25
%28
%0
%31

Triadic Colors of #837eaf

#837eaf #af837e #7eaf83

Analogous Colors of #837eaf

#837eaf #9c7eaf #7e92af

Monochromatic Colors of #837eaf

#837eaf

Complementary Color

#837eaf #aaaf7e

#837eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#837eaf Color CSS Codes

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

#837eaf Text Font Color

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

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


#837eaf Background Color

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

This div background color is #837eaf


#837eaf Border Color

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

This div border color is #837eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837eaf


Comments

No comments written yet.

Please login to write comment.