Color Hex Logo

#830795 Color Hex

#830795
(131,7,149)
0 Favorites   0 Comments

Color spaces of #830795

RGB 1317149
HSL0.810.910.31
HSV292°95°58°
CMYK 0.120.950.00   0.42
XYZ14.86097.147229.0301
Yxy7.14720.29120.1400
Hunter Lab26.734252.4388-45.6677
CIE-Lab32.139761.8649-45.7245

#830795 color RGB value is (131,7,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00000111 10010101
Octal 203 7 225
Decimal 131 7 149
Hex 83 7 95

RGB Percentages of Color #830795

%45.64
%2.44
%51.92

CMYK Percentages of Color #830795

%12
%95
%0
%42

Triadic Colors of #830795

#830795 #958307 #079583

Analogous Colors of #830795

#830795 #950760 #3c0795

Monochromatic Colors of #830795

#830795

Complementary Color

#830795 #199507

#830795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#830795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#830795 Color CSS Codes

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

#830795 Text Font Color

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

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


#830795 Background Color

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

This div background color is #830795


#830795 Border Color

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

This div border color is #830795


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,7,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 #830795">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #830795


Comments

No comments written yet.

Please login to write comment.