Color Hex Logo

#837dbc Color Hex

#837DBC
(131,125,188)
0 Favorites   0 Comments

Color spaces of #837dbc

RGB 131125188
HSL0.680.320.61
HSV246°34°74°
CMYK 0.300.340.00   0.26
XYZ25.770823.123450.6819
Yxy23.12340.25880.2322
Hunter Lab48.086811.5103-28.8289
CIE-Lab55.199216.7252-32.2413

#837dbc color RGB value is (131,125,188).

#837dbc hex color red value is 131, green value is 125 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #837dbc hue: 0.68 , saturation: 0.32 and the lightness value of 837dbc is 0.61.

The process color (four color CMYK) of #837dbc color hex is 0.30, 0.34, 0.00, 0.26. Web safe color of #837dbc is #9966cc. Color #837dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01111101 10111100
Octal 203 175 274
Decimal 131 125 188
Hex 83 7D BC

RGB Percentages of Color #837dbc

%29.50
%28.15
%42.34

CMYK Percentages of Color #837dbc

%30
%34
%0
%26

Triadic Colors of #837dbc

#837dbc #bc837d #7dbc83

Analogous Colors of #837dbc

#837dbc #a37dbc #7d97bc

Monochromatic Colors of #837dbc

#837dbc

Complementary Color

#837dbc #b6bc7d

#837dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#837dbc Color CSS Codes

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

#837dbc Text Font Color

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

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


#837dbc Background Color

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

This div background color is #837dbc


#837dbc Border Color

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

This div border color is #837dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837dbc

#837dbc Color Palettes


Comments

No comments written yet.

Please login to write comment.