Color Hex Logo

#837dbf Color Hex

#837DBF
(131,125,191)
0 Favorites   0 Comments

Color spaces of #837dbf

RGB 131125191
HSL0.680.340.62
HSV245°35°75°
CMYK 0.310.350.00   0.25
XYZ26.097723.254152.4032
Yxy23.25410.25650.2285
Hunter Lab48.222512.2136-30.6744
CIE-Lab55.333117.5107-33.7456

#837dbf color RGB value is (131,125,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01111101 10111111
Octal 203 175 277
Decimal 131 125 191
Hex 83 7D BF

RGB Percentages of Color #837dbf

%29.31
%27.96
%42.73

CMYK Percentages of Color #837dbf

%31
%35
%0
%25

Triadic Colors of #837dbf

#837dbf #bf837d #7dbf83

Analogous Colors of #837dbf

#837dbf #a47dbf #7d98bf

Monochromatic Colors of #837dbf

#837dbf

Complementary Color

#837dbf #b9bf7d

#837dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#837dbf Color CSS Codes

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

#837dbf Text Font Color

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

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


#837dbf Background Color

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

This div background color is #837dbf


#837dbf Border Color

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

This div border color is #837dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837dbf


Comments

No comments written yet.

Please login to write comment.