Color Hex Logo

#830ab2 Color Hex

#830AB2
(131,10,178)
0 Favorites   0 Comments

Color spaces of #830ab2

RGB 13110178
HSL0.790.890.37
HSV283°94°70°
CMYK 0.260.940.00   0.30
XYZ17.50458.256742.7906
Yxy8.25670.25530.1204
Hunter Lab28.734558.4535-68.1789
CIE-Lab34.511966.7490-59.4067

#830ab2 color RGB value is (131,10,178).

#830ab2 hex color red value is 131, green value is 10 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #830ab2 hue: 0.79 , saturation: 0.89 and the lightness value of 830ab2 is 0.37.

The process color (four color CMYK) of #830ab2 color hex is 0.26, 0.94, 0.00, 0.30. Web safe color of #830ab2 is #990099. Color #830ab2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00001010 10110010
Octal 203 12 262
Decimal 131 10 178
Hex 83 A B2

RGB Percentages of Color #830ab2

%41.07
%3.13
%55.80

CMYK Percentages of Color #830ab2

%26
%94
%0
%30

Triadic Colors of #830ab2

#830ab2 #b2830a #0ab283

Analogous Colors of #830ab2

#830ab2 #b20a8d #2f0ab2

Monochromatic Colors of #830ab2

#830ab2

Complementary Color

#830ab2 #39b20a

#830ab2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#830ab2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#830ab2 Color CSS Codes

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

#830ab2 Text Font Color

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

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


#830ab2 Background Color

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

This div background color is #830ab2


#830ab2 Border Color

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

This div border color is #830ab2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #830ab2


Comments

No comments written yet.

Please login to write comment.