Color Hex Logo

#830975 Color Hex

#830975
(131,9,117)
0 Favorites   0 Comments

Color spaces of #830975

RGB 1319117
HSL0.850.870.27
HSV307°93°51°
CMYK 0.000.930.11   0.49
XYZ12.66866.305017.3789
Yxy6.30500.34850.1734
Hunter Lab25.109846.1163-23.4588
CIE-Lab30.169356.4019-28.8864

#830975 color RGB value is (131,9,117).

#830975 hex color red value is 131, green value is 9 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #830975 hue: 0.85 , saturation: 0.87 and the lightness value of 830975 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00001001 01110101
Octal 203 11 165
Decimal 131 9 117
Hex 83 9 75

RGB Percentages of Color #830975

%50.97
%3.50
%45.53

CMYK Percentages of Color #830975

%0
%93
%11
%49

Triadic Colors of #830975

#830975 #758309 #097583

Analogous Colors of #830975

#830975 #830938 #540983

Monochromatic Colors of #830975

#830975

Complementary Color

#830975 #098317

#830975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#830975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#830975 Color CSS Codes

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

#830975 Text Font Color

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

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


#830975 Background Color

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

This div background color is #830975


#830975 Border Color

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

This div border color is #830975


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #830975


Comments

No comments written yet.

Please login to write comment.