Color Hex Logo

#837cca Color Hex

#837CCA
(131,124,202)
0 Favorites   0 Comments

Color spaces of #837cca

RGB 131124202
HSL0.680.420.64
HSV245°39°79°
CMYK 0.350.390.00   0.21
XYZ27.228423.504958.9789
Yxy23.50490.24820.2142
Hunter Lab48.481915.4060-38.1899
CIE-Lab55.588621.0364-39.6043

#837cca color RGB value is (131,124,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01111100 11001010
Octal 203 174 312
Decimal 131 124 202
Hex 83 7C CA

RGB Percentages of Color #837cca

%28.67
%27.13
%44.20

CMYK Percentages of Color #837cca

%35
%39
%0
%21

Triadic Colors of #837cca

#837cca #ca837c #7cca83

Analogous Colors of #837cca

#837cca #aa7cca #7c9cca

Monochromatic Colors of #837cca

#837cca

Complementary Color

#837cca #c3ca7c

#837cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#837cca Color CSS Codes

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

#837cca Text Font Color

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

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


#837cca Background Color

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

This div background color is #837cca


#837cca Border Color

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

This div border color is #837cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837cca


Comments

No comments written yet.

Please login to write comment.