Color Hex Logo

#837daa Color Hex

#837DAA
(131,125,170)
0 Favorites   0 Comments

Color spaces of #837daa

RGB 131125170
HSL0.690.210.58
HSV248°26°67°
CMYK 0.230.260.00   0.33
XYZ23.949422.394841.0906
Yxy22.39480.27390.2561
Hunter Lab47.32317.5202-18.3552
CIE-Lab54.443412.1718-23.0757

#837daa color RGB value is (131,125,170).

#837daa hex color red value is 131, green value is 125 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #837daa hue: 0.69 , saturation: 0.21 and the lightness value of 837daa is 0.58.

The process color (four color CMYK) of #837daa color hex is 0.23, 0.26, 0.00, 0.33. Web safe color of #837daa is #996699. Color #837daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01111101 10101010
Octal 203 175 252
Decimal 131 125 170
Hex 83 7D AA

RGB Percentages of Color #837daa

%30.75
%29.34
%39.91

CMYK Percentages of Color #837daa

%23
%26
%0
%33

Triadic Colors of #837daa

#837daa #aa837d #7daa83

Analogous Colors of #837daa

#837daa #9a7daa #7d8eaa

Monochromatic Colors of #837daa

#837daa

Complementary Color

#837daa #a4aa7d

#837daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#837daa Color CSS Codes

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

#837daa Text Font Color

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

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


#837daa Background Color

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

This div background color is #837daa


#837daa Border Color

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

This div border color is #837daa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,125,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #837daa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837daa


Comments

No comments written yet.

Please login to write comment.