Color Hex Logo

#837acc Color Hex

#837ACC
(131,122,204)
0 Favorites   0 Comments

Color spaces of #837acc

RGB 131122204
HSL0.680.450.64
HSV247°40°80°
CMYK 0.360.400.00   0.20
XYZ27.218723.104060.1517
Yxy23.10400.24640.2091
Hunter Lab48.066616.9627-40.5503
CIE-Lab55.179322.7616-41.3836

#837acc color RGB value is (131,122,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01111010 11001100
Octal 203 172 314
Decimal 131 122 204
Hex 83 7A CC

RGB Percentages of Color #837acc

%28.67
%26.70
%44.64

CMYK Percentages of Color #837acc

%36
%40
%0
%20

Triadic Colors of #837acc

#837acc #cc837a #7acc83

Analogous Colors of #837acc

#837acc #ac7acc #7a9acc

Monochromatic Colors of #837acc

#837acc

Complementary Color

#837acc #c3cc7a

#837acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#837acc Color CSS Codes

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

#837acc Text Font Color

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

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


#837acc Background Color

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

This div background color is #837acc


#837acc Border Color

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

This div border color is #837acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837acc


Comments

No comments written yet.

Please login to write comment.