Color Hex Logo

#837fed Color Hex

#837FED
(131,127,237)
0 Favorites   0 Comments

Color spaces of #837fed

RGB 131127237
HSL0.670.750.71
HSV242°46°93°
CMYK 0.450.460.00   0.07
XYZ32.235526.118583.4631
Yxy26.11850.22730.1842
Hunter Lab51.106323.1537-61.0538
CIE-Lab58.149429.0774-55.1944

#837fed color RGB value is (131,127,237).

#837fed hex color red value is 131, green value is 127 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #837fed hue: 0.67 , saturation: 0.75 and the lightness value of 837fed is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01111111 11101101
Octal 203 177 355
Decimal 131 127 237
Hex 83 7F ED

RGB Percentages of Color #837fed

%26.46
%25.66
%47.88

CMYK Percentages of Color #837fed

%45
%46
%0
%7

Triadic Colors of #837fed

#837fed #ed837f #7fed83

Analogous Colors of #837fed

#837fed #ba7fed #7fb2ed

Monochromatic Colors of #837fed

#837fed

Complementary Color

#837fed #e9ed7f

#837fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#837fed Color CSS Codes

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

#837fed Text Font Color

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

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


#837fed Background Color

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

This div background color is #837fed


#837fed Border Color

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

This div border color is #837fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837fed


Comments

No comments written yet.

Please login to write comment.