Color Hex Logo

#830672 Color Hex

#830672
(131,6,114)
0 Favorites   0 Comments

Color spaces of #830672

RGB 1316114
HSL0.860.910.27
HSV308°95°51°
CMYK 0.000.950.13   0.49
XYZ12.46256.170416.4538
Yxy6.17040.35520.1759
Hunter Lab24.840346.0839-21.8845
CIE-Lab29.838456.4356-27.4967

#830672 color RGB value is (131,6,114).

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

The process color (four color CMYK) of #830672 color hex is 0.00, 0.95, 0.13, 0.49. Web safe color of #830672 is #990066. Color #830672 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00000110 01110010
Octal 203 6 162
Decimal 131 6 114
Hex 83 6 72

RGB Percentages of Color #830672

%52.19
%2.39
%45.42

CMYK Percentages of Color #830672

%0
%95
%13
%49

Triadic Colors of #830672

#830672 #728306 #067283

Analogous Colors of #830672

#830672 #830633 #560683

Monochromatic Colors of #830672

#830672

Complementary Color

#830672 #068317

#830672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#830672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#830672 Color CSS Codes

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

#830672 Text Font Color

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

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


#830672 Background Color

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

This div background color is #830672


#830672 Border Color

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

This div border color is #830672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #830672


Comments

No comments written yet.

Please login to write comment.