Color Hex Logo

#837bcd Color Hex

#837BCD
(131,123,205)
0 Favorites   0 Comments

Color spaces of #837bcd

RGB 131123205
HSL0.680.450.64
HSV246°40°80°
CMYK 0.360.400.00   0.20
XYZ27.462523.399060.8266
Yxy23.39900.24590.2095
Hunter Lab48.372516.6878-40.6942
CIE-Lab55.481022.4424-41.4750

#837bcd color RGB value is (131,123,205).

#837bcd hex color red value is 131, green value is 123 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #837bcd hue: 0.68 , saturation: 0.45 and the lightness value of 837bcd is 0.64.

The process color (four color CMYK) of #837bcd color hex is 0.36, 0.40, 0.00, 0.20. Web safe color of #837bcd is #9966cc. Color #837bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01111011 11001101
Octal 203 173 315
Decimal 131 123 205
Hex 83 7B CD

RGB Percentages of Color #837bcd

%28.54
%26.80
%44.66

CMYK Percentages of Color #837bcd

%36
%40
%0
%20

Triadic Colors of #837bcd

#837bcd #cd837b #7bcd83

Analogous Colors of #837bcd

#837bcd #ac7bcd #7b9ccd

Monochromatic Colors of #837bcd

#837bcd

Complementary Color

#837bcd #c5cd7b

#837bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#837bcd Color CSS Codes

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

#837bcd Text Font Color

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

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


#837bcd Background Color

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

This div background color is #837bcd


#837bcd Border Color

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

This div border color is #837bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837bcd


Comments

No comments written yet.

Please login to write comment.