Color Hex Logo

#837def Color Hex

#837DEF
(131,125,239)
0 Favorites   0 Comments

Color spaces of #837def

RGB 131125239
HSL0.680.780.71
HSV243°48°94°
CMYK 0.450.480.00   0.06
XYZ32.273725.724584.9257
Yxy25.72450.22580.1800
Hunter Lab50.719324.8242-63.7731
CIE-Lab57.774630.8303-56.9035

#837def color RGB value is (131,125,239).

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

The process color (four color CMYK) of #837def color hex is 0.45, 0.48, 0.00, 0.06. Web safe color of #837def is #9966ff. Color #837def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01111101 11101111
Octal 203 175 357
Decimal 131 125 239
Hex 83 7D EF

RGB Percentages of Color #837def

%26.46
%25.25
%48.28

CMYK Percentages of Color #837def

%45
%48
%0
%6

Triadic Colors of #837def

#837def #ef837d #7def83

Analogous Colors of #837def

#837def #bc7def #7db0ef

Monochromatic Colors of #837def

#837def

Complementary Color

#837def #e9ef7d

#837def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837def Color Preview on White Background

Lorem ipsum dolor sit amet.

#837def Color CSS Codes

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

#837def Text Font Color

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

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


#837def Background Color

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

This div background color is #837def


#837def Border Color

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

This div border color is #837def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837def


Comments

No comments written yet.

Please login to write comment.