Color Hex Logo

#830786 Color Hex

#830786
(131,7,134)
0 Favorites   0 Comments

Color spaces of #830786

RGB 1317134
HSL0.830.900.28
HSV299°95°53°
CMYK 0.020.950.00   0.47
XYZ13.73916.698523.1231
Yxy6.69850.31540.1538
Hunter Lab25.881549.4637-34.8540
CIE-Lab31.110459.3455-38.0984

#830786 color RGB value is (131,7,134).

#830786 hex color red value is 131, green value is 7 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #830786 hue: 0.83 , saturation: 0.90 and the lightness value of 830786 is 0.28.

The process color (four color CMYK) of #830786 color hex is 0.02, 0.95, 0.00, 0.47. Web safe color of #830786 is #990099. Color #830786 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00000111 10000110
Octal 203 7 206
Decimal 131 7 134
Hex 83 7 86

RGB Percentages of Color #830786

%48.16
%2.57
%49.26

CMYK Percentages of Color #830786

%2
%95
%0
%47

Triadic Colors of #830786

#830786 #868307 #078683

Analogous Colors of #830786

#830786 #86074a #440786

Monochromatic Colors of #830786

#830786

Complementary Color

#830786 #0a8607

#830786 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#830786 Color Preview on White Background

Lorem ipsum dolor sit amet.

#830786 Color CSS Codes

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

#830786 Text Font Color

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

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


#830786 Background Color

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

This div background color is #830786


#830786 Border Color

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

This div border color is #830786


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,7,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #830786; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #830786;
  -webkit-box-shadow: 1px 1px 3px 2px #830786;
  box-shadow:         1px 1px 3px 2px #830786; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #830786


Comments

No comments written yet.

Please login to write comment.