Color Hex Logo

#837cef Color Hex

#837CEF
(131,124,239)
0 Favorites   0 Comments

Color spaces of #837cef

RGB 131124239
HSL0.680.780.71
HSV244°48°94°
CMYK 0.450.480.00   0.06
XYZ32.147725.472684.8837
Yxy25.47260.22560.1788
Hunter Lab50.470425.3745-64.3877
CIE-Lab57.533031.4171-57.2897

#837cef color RGB value is (131,124,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01111100 11101111
Octal 203 174 357
Decimal 131 124 239
Hex 83 7C EF

RGB Percentages of Color #837cef

%26.52
%25.10
%48.38

CMYK Percentages of Color #837cef

%45
%48
%0
%6

Triadic Colors of #837cef

#837cef #ef837c #7cef83

Analogous Colors of #837cef

#837cef #bd7cef #7cafef

Monochromatic Colors of #837cef

#837cef

Complementary Color

#837cef #e8ef7c

#837cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#837cef Color CSS Codes

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

#837cef Text Font Color

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

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


#837cef Background Color

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

This div background color is #837cef


#837cef Border Color

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

This div border color is #837cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837cef


Comments

No comments written yet.

Please login to write comment.