Color Hex Logo

#830174 Color Hex

#830174
(131,1,116)
0 Favorites   0 Comments

Color spaces of #830174

RGB 1311116
HSL0.850.980.26
HSV307°99°51°
CMYK 0.000.990.11   0.49
XYZ12.52336.108017.0419
Yxy6.10800.35110.1712
Hunter Lab24.714447.1996-23.5836
CIE-Lab29.683357.5163-29.0184

#830174 color RGB value is (131,1,116).

#830174 hex color red value is 131, green value is 1 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #830174 hue: 0.85 , saturation: 0.98 and the lightness value of 830174 is 0.26.

The process color (four color CMYK) of #830174 color hex is 0.00, 0.99, 0.11, 0.49. Web safe color of #830174 is #990066. Color #830174 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00000001 01110100
Octal 203 1 164
Decimal 131 1 116
Hex 83 1 74

RGB Percentages of Color #830174

%52.82
%0.40
%46.77

CMYK Percentages of Color #830174

%0
%99
%11
%49

Triadic Colors of #830174

#830174 #748301 #017483

Analogous Colors of #830174

#830174 #830133 #510183

Monochromatic Colors of #830174

#830174

Complementary Color

#830174 #018310

#830174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#830174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#830174 Color CSS Codes

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

#830174 Text Font Color

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

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


#830174 Background Color

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

This div background color is #830174


#830174 Border Color

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

This div border color is #830174


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #830174


Comments

No comments written yet.

Please login to write comment.