Color Hex Logo

#837fee Color Hex

#837FEE
(131,127,238)
0 Favorites   0 Comments

Color spaces of #837fee

RGB 131127238
HSL0.670.770.72
HSV242°47°93°
CMYK 0.450.470.00   0.07
XYZ32.382126.177184.2349
Yxy26.17710.22680.1833
Hunter Lab51.163623.4388-61.7997
CIE-Lab58.204829.3663-55.6613

#837fee color RGB value is (131,127,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01111111 11101110
Octal 203 177 356
Decimal 131 127 238
Hex 83 7F EE

RGB Percentages of Color #837fee

%26.41
%25.60
%47.98

CMYK Percentages of Color #837fee

%45
%47
%0
%7

Triadic Colors of #837fee

#837fee #ee837f #7fee83

Analogous Colors of #837fee

#837fee #bb7fee #7fb3ee

Monochromatic Colors of #837fee

#837fee

Complementary Color

#837fee #eaee7f

#837fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#837fee Color CSS Codes

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

#837fee Text Font Color

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

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


#837fee Background Color

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

This div background color is #837fee


#837fee Border Color

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

This div border color is #837fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837fee


Comments

No comments written yet.

Please login to write comment.