Color Hex Logo

#830bac Color Hex

#830BAC
(131,11,172)
0 Favorites   0 Comments

Color spaces of #830bac

RGB 13111172
HSL0.790.880.36
HSV285°94°67°
CMYK 0.240.940.00   0.33
XYZ16.92618.043239.6901
Yxy8.04320.26180.1244
Hunter Lab28.360556.9012-63.1230
CIE-Lab34.072765.4736-56.5366

#830bac color RGB value is (131,11,172).

#830bac hex color red value is 131, green value is 11 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #830bac hue: 0.79 , saturation: 0.88 and the lightness value of 830bac is 0.36.

The process color (four color CMYK) of #830bac color hex is 0.24, 0.94, 0.00, 0.33. Web safe color of #830bac is #990099. Color #830bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00001011 10101100
Octal 203 13 254
Decimal 131 11 172
Hex 83 B AC

RGB Percentages of Color #830bac

%41.72
%3.50
%54.78

CMYK Percentages of Color #830bac

%24
%94
%0
%33

Triadic Colors of #830bac

#830bac #ac830b #0bac83

Analogous Colors of #830bac

#830bac #ac0b85 #320bac

Monochromatic Colors of #830bac

#830bac

Complementary Color

#830bac #34ac0b

#830bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#830bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#830bac Color CSS Codes

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

#830bac Text Font Color

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

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


#830bac Background Color

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

This div background color is #830bac


#830bac Border Color

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

This div border color is #830bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #830bac


Comments

No comments written yet.

Please login to write comment.