Color Hex Logo

#830263 Color Hex

#830263
(131,2,99)
0 Favorites   0 Comments

Color spaces of #830263

RGB 131299
HSL0.870.970.26
HSV315°98°51°
CMYK 0.000.980.24   0.49
XYZ11.63395.769612.3048
Yxy5.76960.39160.1942
Hunter Lab24.020044.4201-13.5587
CIE-Lab28.823655.0505-19.4124

#830263 color RGB value is (131,2,99).

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

The process color (four color CMYK) of #830263 color hex is 0.00, 0.98, 0.24, 0.49. Web safe color of #830263 is #990066. Color #830263 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00000010 01100011
Octal 203 2 143
Decimal 131 2 99
Hex 83 2 63

RGB Percentages of Color #830263

%56.47
%0.86
%42.67

CMYK Percentages of Color #830263

%0
%98
%24
%49

Triadic Colors of #830263

#830263 #638302 #026383

Analogous Colors of #830263

#830263 #830223 #620283

Monochromatic Colors of #830263

#830263

Complementary Color

#830263 #028322

#830263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#830263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#830263 Color CSS Codes

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

#830263 Text Font Color

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

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


#830263 Background Color

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

This div background color is #830263


#830263 Border Color

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

This div border color is #830263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #830263

#830263 Color Palettes


Comments

No comments written yet.

Please login to write comment.