Color Hex Logo

#837ada Color Hex

#837ADA
(131,122,218)
0 Favorites   0 Comments

Color spaces of #837ada

RGB 131122218
HSL0.680.560.67
HSV246°44°85°
CMYK 0.400.440.00   0.15
XYZ28.974523.806369.3976
Yxy23.80630.23710.1948
Hunter Lab48.791720.6151-50.1754
CIE-Lab55.893326.6233-48.1634

#837ada color RGB value is (131,122,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01111010 11011010
Octal 203 172 332
Decimal 131 122 218
Hex 83 7A DA

RGB Percentages of Color #837ada

%27.81
%25.90
%46.28

CMYK Percentages of Color #837ada

%40
%44
%0
%15

Triadic Colors of #837ada

#837ada #da837a #7ada83

Analogous Colors of #837ada

#837ada #b37ada #7aa1da

Monochromatic Colors of #837ada

#837ada

Complementary Color

#837ada #d1da7a

#837ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#837ada Color CSS Codes

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

#837ada Text Font Color

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

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


#837ada Background Color

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

This div background color is #837ada


#837ada Border Color

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

This div border color is #837ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837ada


Comments

No comments written yet.

Please login to write comment.