Color Hex Logo

#837acd Color Hex

#837ACD
(131,122,205)
0 Favorites   0 Comments

Color spaces of #837acd

RGB 131122205
HSL0.680.450.64
HSV247°40°80°
CMYK 0.360.400.00   0.20
XYZ27.339123.152160.7855
Yxy23.15210.24570.2081
Hunter Lab48.116617.2167-41.2191
CIE-Lab55.228723.0341-41.8729

#837acd color RGB value is (131,122,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01111010 11001101
Octal 203 172 315
Decimal 131 122 205
Hex 83 7A CD

RGB Percentages of Color #837acd

%28.60
%26.64
%44.76

CMYK Percentages of Color #837acd

%36
%40
%0
%20

Triadic Colors of #837acd

#837acd #cd837a #7acd83

Analogous Colors of #837acd

#837acd #ad7acd #7a9bcd

Monochromatic Colors of #837acd

#837acd

Complementary Color

#837acd #c4cd7a

#837acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#837acd Color CSS Codes

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

#837acd Text Font Color

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

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


#837acd Background Color

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

This div background color is #837acd


#837acd Border Color

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

This div border color is #837acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837acd


Comments

No comments written yet.

Please login to write comment.