Color Hex Logo

#837dde Color Hex

#837DDE
(131,125,222)
0 Favorites   0 Comments

Color spaces of #837dde

RGB 131125222
HSL0.680.600.68
HSV244°44°87°
CMYK 0.410.440.00   0.13
XYZ29.878524.766572.3129
Yxy24.76650.23530.1951
Hunter Lab49.766020.0775-51.3157
CIE-Lab56.847225.9757-48.8959

#837dde color RGB value is (131,125,222).

#837dde hex color red value is 131, green value is 125 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #837dde hue: 0.68 , saturation: 0.60 and the lightness value of 837dde is 0.68.

The process color (four color CMYK) of #837dde color hex is 0.41, 0.44, 0.00, 0.13. Web safe color of #837dde is #9966cc. Color #837dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01111101 11011110
Octal 203 175 336
Decimal 131 125 222
Hex 83 7D DE

RGB Percentages of Color #837dde

%27.41
%26.15
%46.44

CMYK Percentages of Color #837dde

%41
%44
%0
%13

Triadic Colors of #837dde

#837dde #de837d #7dde83

Analogous Colors of #837dde

#837dde #b47dde #7da8de

Monochromatic Colors of #837dde

#837dde

Complementary Color

#837dde #d8de7d

#837dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#837dde Color CSS Codes

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

#837dde Text Font Color

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

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


#837dde Background Color

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

This div background color is #837dde


#837dde Border Color

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

This div border color is #837dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837dde


Comments

No comments written yet.

Please login to write comment.