Color Hex Logo

#837cbf Color Hex

#837CBF
(131,124,191)
0 Favorites   0 Comments

Color spaces of #837cbf

RGB 131124191
HSL0.680.340.62
HSV246°35°75°
CMYK 0.310.350.00   0.25
XYZ25.971723.002252.3612
Yxy23.00220.25630.2270
Hunter Lab47.960612.7305-31.1577
CIE-Lab55.074618.1011-34.1495

#837cbf color RGB value is (131,124,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01111100 10111111
Octal 203 174 277
Decimal 131 124 191
Hex 83 7C BF

RGB Percentages of Color #837cbf

%29.37
%27.80
%42.83

CMYK Percentages of Color #837cbf

%31
%35
%0
%25

Triadic Colors of #837cbf

#837cbf #bf837c #7cbf83

Analogous Colors of #837cbf

#837cbf #a57cbf #7c97bf

Monochromatic Colors of #837cbf

#837cbf

Complementary Color

#837cbf #b8bf7c

#837cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#837cbf Color CSS Codes

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

#837cbf Text Font Color

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

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


#837cbf Background Color

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

This div background color is #837cbf


#837cbf Border Color

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

This div border color is #837cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837cbf


Comments

No comments written yet.

Please login to write comment.