Color Hex Logo

#837cbe Color Hex

#837CBE
(131,124,190)
0 Favorites   0 Comments

Color spaces of #837cbe

RGB 131124190
HSL0.680.340.62
HSV246°35°75°
CMYK 0.310.350.00   0.25
XYZ25.862022.958351.7835
Yxy22.95830.25710.2282
Hunter Lab47.914812.4943-30.5367
CIE-Lab55.029417.8386-33.6491

#837cbe color RGB value is (131,124,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01111100 10111110
Octal 203 174 276
Decimal 131 124 190
Hex 83 7C BE

RGB Percentages of Color #837cbe

%29.44
%27.87
%42.70

CMYK Percentages of Color #837cbe

%31
%35
%0
%25

Triadic Colors of #837cbe

#837cbe #be837c #7cbe83

Analogous Colors of #837cbe

#837cbe #a47cbe #7c96be

Monochromatic Colors of #837cbe

#837cbe

Complementary Color

#837cbe #b7be7c

#837cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#837cbe Color CSS Codes

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

#837cbe Text Font Color

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

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


#837cbe Background Color

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

This div background color is #837cbe


#837cbe Border Color

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

This div border color is #837cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837cbe


Comments

No comments written yet.

Please login to write comment.