Color Hex Logo

#832680 Color Hex

#832680
(131,38,128)
0 Favorites   0 Comments

Color spaces of #832680

RGB 13138128
HSL0.840.550.33
HSV302°71°51°
CMYK 0.000.710.02   0.49
XYZ13.94957.770021.1866
Yxy7.77000.32510.1811
Hunter Lab27.874740.5470-25.5520
CIE-Lab33.499250.3818-30.5513

#832680 color RGB value is (131,38,128).

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

The process color (four color CMYK) of #832680 color hex is 0.00, 0.71, 0.02, 0.49. Web safe color of #832680 is #993399. Color #832680 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00100110 10000000
Octal 203 46 200
Decimal 131 38 128
Hex 83 26 80

RGB Percentages of Color #832680

%44.11
%12.79
%43.10

CMYK Percentages of Color #832680

%0
%71
%2
%49

Triadic Colors of #832680

#832680 #808326 #268083

Analogous Colors of #832680

#832680 #832652 #572683

Monochromatic Colors of #832680

#832680

Complementary Color

#832680 #268329

#832680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#832680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#832680 Color CSS Codes

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

#832680 Text Font Color

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

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


#832680 Background Color

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

This div background color is #832680


#832680 Border Color

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

This div border color is #832680


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,38,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 #832680">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #832680


Comments

No comments written yet.

Please login to write comment.