Color Hex Logo

#830165 Color Hex

#830165
(131,1,101)
0 Favorites   0 Comments

Color spaces of #830165

RGB 1311101
HSL0.870.980.26
HSV314°99°51°
CMYK 0.000.990.23   0.49
XYZ11.71995.786612.8111
Yxy5.78660.38660.1909
Hunter Lab24.055444.8693-14.7372
CIE-Lab28.867655.4711-20.6450

#830165 color RGB value is (131,1,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00000001 01100101
Octal 203 1 145
Decimal 131 1 101
Hex 83 1 65

RGB Percentages of Color #830165

%56.22
%0.43
%43.35

CMYK Percentages of Color #830165

%0
%99
%23
%49

Triadic Colors of #830165

#830165 #658301 #016583

Analogous Colors of #830165

#830165 #830124 #600183

Monochromatic Colors of #830165

#830165

Complementary Color

#830165 #01831f

#830165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#830165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#830165 Color CSS Codes

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

#830165 Text Font Color

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

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


#830165 Background Color

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

This div background color is #830165


#830165 Border Color

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

This div border color is #830165


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #830165


Comments

No comments written yet.

Please login to write comment.