Color Hex Logo

#837ae1 Color Hex

#837AE1
(131,122,225)
0 Favorites   0 Comments

Color spaces of #837ae1

RGB 131122225
HSL0.680.630.68
HSV245°46°88°
CMYK 0.420.460.00   0.12
XYZ29.910224.180674.3250
Yxy24.18060.23290.1883
Hunter Lab49.173822.5194-55.1938
CIE-Lab56.268228.5917-51.4979

#837ae1 color RGB value is (131,122,225).

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

The process color (four color CMYK) of #837ae1 color hex is 0.42, 0.46, 0.00, 0.12. Web safe color of #837ae1 is #9966cc. Color #837ae1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01111010 11100001
Octal 203 172 341
Decimal 131 122 225
Hex 83 7A E1

RGB Percentages of Color #837ae1

%27.41
%25.52
%47.07

CMYK Percentages of Color #837ae1

%42
%46
%0
%12

Triadic Colors of #837ae1

#837ae1 #e1837a #7ae183

Analogous Colors of #837ae1

#837ae1 #b77ae1 #7aa5e1

Monochromatic Colors of #837ae1

#837ae1

Complementary Color

#837ae1 #d8e17a

#837ae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837ae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#837ae1 Color CSS Codes

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

#837ae1 Text Font Color

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

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


#837ae1 Background Color

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

This div background color is #837ae1


#837ae1 Border Color

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

This div border color is #837ae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837ae1


Comments

No comments written yet.

Please login to write comment.