Color Hex Logo

#837dfe Color Hex

#837DFE
(131,125,254)
0 Favorites   0 Comments

Color spaces of #837dfe

RGB 131125254
HSL0.670.980.74
HSV243°51°100°
CMYK 0.480.510.00   0.00
XYZ34.583126.648397.0868
Yxy26.64830.21840.1683
Hunter Lab51.622029.2439-75.3728
CIE-Lab58.647435.1978-63.7973

#837dfe color RGB value is (131,125,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01111101 11111110
Octal 203 175 376
Decimal 131 125 254
Hex 83 7D FE

RGB Percentages of Color #837dfe

%25.69
%24.51
%49.80

CMYK Percentages of Color #837dfe

%48
%51
%0
%0

Triadic Colors of #837dfe

#837dfe #fe837d #7dfe83

Analogous Colors of #837dfe

#837dfe #c47dfe #7db8fe

Monochromatic Colors of #837dfe

#837dfe

Complementary Color

#837dfe #f8fe7d

#837dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#837dfe Color CSS Codes

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

#837dfe Text Font Color

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

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


#837dfe Background Color

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

This div background color is #837dfe


#837dfe Border Color

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

This div border color is #837dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.