Color Hex Logo

#837ccc Color Hex

#837CCC
(131,124,204)
0 Favorites   0 Comments

Color spaces of #837ccc

RGB 131124204
HSL0.680.440.64
HSV245°39°80°
CMYK 0.360.390.00   0.20
XYZ27.466823.600260.2344
Yxy23.60020.24680.2120
Hunter Lab48.580015.9075-39.5077
CIE-Lab55.685321.5791-40.5865

#837ccc color RGB value is (131,124,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01111100 11001100
Octal 203 174 314
Decimal 131 124 204
Hex 83 7C CC

RGB Percentages of Color #837ccc

%28.54
%27.02
%44.44

CMYK Percentages of Color #837ccc

%36
%39
%0
%20

Triadic Colors of #837ccc

#837ccc #cc837c #7ccc83

Analogous Colors of #837ccc

#837ccc #ab7ccc #7c9dcc

Monochromatic Colors of #837ccc

#837ccc

Complementary Color

#837ccc #c5cc7c

#837ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#837ccc Color CSS Codes

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

#837ccc Text Font Color

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

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


#837ccc Background Color

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

This div background color is #837ccc


#837ccc Border Color

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

This div border color is #837ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837ccc


Comments

No comments written yet.

Please login to write comment.