Color Hex Logo

#830895 Color Hex

#830895
(131,8,149)
0 Favorites   0 Comments

Color spaces of #830895

RGB 1318149
HSL0.810.900.31
HSV292°95°58°
CMYK 0.120.950.00   0.42
XYZ14.87177.168929.0337
Yxy7.16890.29120.1404
Hunter Lab26.774852.2895-45.5497
CIE-Lab32.188461.7204-45.6459

#830895 color RGB value is (131,8,149).

#830895 hex color red value is 131, green value is 8 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #830895 hue: 0.81 , saturation: 0.90 and the lightness value of 830895 is 0.31.

The process color (four color CMYK) of #830895 color hex is 0.12, 0.95, 0.00, 0.42. Web safe color of #830895 is #990099. Color #830895 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00001000 10010101
Octal 203 10 225
Decimal 131 8 149
Hex 83 8 95

RGB Percentages of Color #830895

%45.49
%2.78
%51.74

CMYK Percentages of Color #830895

%12
%95
%0
%42

Triadic Colors of #830895

#830895 #958308 #089583

Analogous Colors of #830895

#830895 #950861 #3c0895

Monochromatic Colors of #830895

#830895

Complementary Color

#830895 #1a9508

#830895 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#830895 Color Preview on White Background

Lorem ipsum dolor sit amet.

#830895 Color CSS Codes

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

#830895 Text Font Color

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

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


#830895 Background Color

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

This div background color is #830895


#830895 Border Color

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

This div border color is #830895


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #830895


Comments

No comments written yet.

Please login to write comment.