Color Hex Logo

#837dfc Color Hex

#837DFC
(131,125,252)
0 Favorites   0 Comments

Color spaces of #837dfc

RGB 131125252
HSL0.670.950.74
HSV243°50°99°
CMYK 0.480.500.00   0.01
XYZ34.264426.520895.4086
Yxy26.52080.21940.1698
Hunter Lab51.498328.6428-73.7950
CIE-Lab58.528134.6119-62.8873

#837dfc color RGB value is (131,125,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01111101 11111100
Octal 203 175 374
Decimal 131 125 252
Hex 83 7D FC

RGB Percentages of Color #837dfc

%25.79
%24.61
%49.61

CMYK Percentages of Color #837dfc

%48
%50
%0
%1

Triadic Colors of #837dfc

#837dfc #fc837d #7dfc83

Analogous Colors of #837dfc

#837dfc #c37dfc #7db7fc

Monochromatic Colors of #837dfc

#837dfc

Complementary Color

#837dfc #f6fc7d

#837dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#837dfc Color CSS Codes

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

#837dfc Text Font Color

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

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


#837dfc Background Color

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

This div background color is #837dfc


#837dfc Border Color

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

This div border color is #837dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837dfc


Comments

No comments written yet.

Please login to write comment.