Color Hex Logo

#83419a Color Hex

#83419A
(131,65,154)
0 Favorites   0 Comments

Color spaces of #83419a

RGB 13165154
HSL0.790.410.43
HSV284°58°60°
CMYK 0.150.580.00   0.40
XYZ17.083110.939031.7829
Yxy10.93900.28560.1829
Hunter Lab33.074234.3171-33.8233
CIE-Lab39.477543.0439-37.0196

#83419a color RGB value is (131,65,154).

#83419a hex color red value is 131, green value is 65 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #83419a hue: 0.79 , saturation: 0.41 and the lightness value of 83419a is 0.43.

The process color (four color CMYK) of #83419a color hex is 0.15, 0.58, 0.00, 0.40. Web safe color of #83419a is #993399. Color #83419a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01000001 10011010
Octal 203 101 232
Decimal 131 65 154
Hex 83 41 9A

RGB Percentages of Color #83419a

%37.43
%18.57
%44.00

CMYK Percentages of Color #83419a

%15
%58
%0
%40

Triadic Colors of #83419a

#83419a #9a8341 #419a83

Analogous Colors of #83419a

#83419a #9a4185 #56419a

Monochromatic Colors of #83419a

#83419a

Complementary Color

#83419a #589a41

#83419a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83419a Color Preview on White Background

Lorem ipsum dolor sit amet.

#83419a Color CSS Codes

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

#83419a Text Font Color

<p style="color:#83419a">Text here</p>

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


#83419a Background Color

<div style="background-color:#83419a">
Div content here</div>

This div background color is #83419a


#83419a Border Color

<div style="border:3px solid #83419a">
Div here</div>

This div border color is #83419a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,65,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83419a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83419a;
  -webkit-box-shadow: 1px 1px 3px 2px #83419a;
  box-shadow:         1px 1px 3px 2px #83419a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83419a


Comments

No comments written yet.

Please login to write comment.