Color Hex Logo

#830aba Color Hex

#830ABA
(131,10,186)
0 Favorites   0 Comments

Color spaces of #830aba

RGB 13110186
HSL0.780.900.38
HSV281°95°73°
CMYK 0.300.950.00   0.27
XYZ18.33158.587547.1458
Yxy8.58750.24750.1159
Hunter Lab29.304460.3786-74.8743
CIE-Lab35.177668.2905-63.0692

#830aba color RGB value is (131,10,186).

#830aba hex color red value is 131, green value is 10 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #830aba hue: 0.78 , saturation: 0.90 and the lightness value of 830aba is 0.38.

The process color (four color CMYK) of #830aba color hex is 0.30, 0.95, 0.00, 0.27. Web safe color of #830aba is #9900cc. Color #830aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00001010 10111010
Octal 203 12 272
Decimal 131 10 186
Hex 83 A BA

RGB Percentages of Color #830aba

%40.06
%3.06
%56.88

CMYK Percentages of Color #830aba

%30
%95
%0
%27

Triadic Colors of #830aba

#830aba #ba830a #0aba83

Analogous Colors of #830aba

#830aba #ba0a99 #2b0aba

Monochromatic Colors of #830aba

#830aba

Complementary Color

#830aba #41ba0a

#830aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#830aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#830aba Color CSS Codes

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

#830aba Text Font Color

<p style="color:#830aba">Text here</p>

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


#830aba Background Color

<div style="background-color:#830aba">
Div content here</div>

This div background color is #830aba


#830aba Border Color

<div style="border:3px solid #830aba">
Div here</div>

This div border color is #830aba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,10,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #830aba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #830aba;
  -webkit-box-shadow: 1px 1px 3px 2px #830aba;
  box-shadow:         1px 1px 3px 2px #830aba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #830aba


Comments

No comments written yet.

Please login to write comment.