Color Hex Logo

#830680 Color Hex

#830680
(131,6,128)
0 Favorites   0 Comments

Color spaces of #830680

RGB 1316128
HSL0.840.910.27
HSV301°95°51°
CMYK 0.000.950.02   0.49
XYZ13.32156.514120.9773
Yxy6.51410.32640.1596
Hunter Lab25.522748.5026-30.8649
CIE-Lab30.674158.5402-35.0392

#830680 color RGB value is (131,6,128).

#830680 hex color red value is 131, green value is 6 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #830680 hue: 0.84 , saturation: 0.91 and the lightness value of 830680 is 0.27.

The process color (four color CMYK) of #830680 color hex is 0.00, 0.95, 0.02, 0.49. Web safe color of #830680 is #990099. Color #830680 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00000110 10000000
Octal 203 6 200
Decimal 131 6 128
Hex 83 6 80

RGB Percentages of Color #830680

%49.43
%2.26
%48.30

CMYK Percentages of Color #830680

%0
%95
%2
%49

Triadic Colors of #830680

#830680 #808306 #068083

Analogous Colors of #830680

#830680 #830642 #470683

Monochromatic Colors of #830680

#830680

Complementary Color

#830680 #068309

#830680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#830680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#830680 Color CSS Codes

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

#830680 Text Font Color

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

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


#830680 Background Color

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

This div background color is #830680


#830680 Border Color

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

This div border color is #830680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #830680


Comments

No comments written yet.

Please login to write comment.