Color Hex Logo

#837efd Color Hex

#837EFD
(131,126,253)
0 Favorites   0 Comments

Color spaces of #837efd

RGB 131126253
HSL0.670.970.74
HSV242°50°99°
CMYK 0.480.500.00   0.01
XYZ34.550526.838996.2879
Yxy26.83890.21910.1702
Hunter Lab51.806328.3838-73.9329
CIE-Lab58.824934.3203-62.9618

#837efd color RGB value is (131,126,253).

#837efd hex color red value is 131, green value is 126 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #837efd hue: 0.67 , saturation: 0.97 and the lightness value of 837efd is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01111110 11111101
Octal 203 176 375
Decimal 131 126 253
Hex 83 7E FD

RGB Percentages of Color #837efd

%25.69
%24.71
%49.61

CMYK Percentages of Color #837efd

%48
%50
%0
%1

Triadic Colors of #837efd

#837efd #fd837e #7efd83

Analogous Colors of #837efd

#837efd #c37efd #7eb9fd

Monochromatic Colors of #837efd

#837efd

Complementary Color

#837efd #f8fd7e

#837efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#837efd Color CSS Codes

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

#837efd Text Font Color

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

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


#837efd Background Color

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

This div background color is #837efd


#837efd Border Color

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

This div border color is #837efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837efd

Related Colors


Comments

No comments written yet.

Please login to write comment.