Color Hex Logo

#830950 Color Hex

#830950
(131,9,80)
0 Favorites   0 Comments

Color spaces of #830950

RGB 131980
HSL0.900.870.27
HSV325°93°51°
CMYK 0.000.930.39   0.49
XYZ10.90575.59998.0955
Yxy5.59990.44330.2276
Hunter Lab23.664140.8503-3.7183
CIE-Lab28.379751.6719-7.5823

#830950 color RGB value is (131,9,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00001001 01010000
Octal 203 11 120
Decimal 131 9 80
Hex 83 9 50

RGB Percentages of Color #830950

%59.55
%4.09
%36.36

CMYK Percentages of Color #830950

%0
%93
%39
%49

Triadic Colors of #830950

#830950 #508309 #095083

Analogous Colors of #830950

#830950 #830913 #790983

Monochromatic Colors of #830950

#830950

Complementary Color

#830950 #09833c

#830950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#830950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#830950 Color CSS Codes

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

#830950 Text Font Color

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

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


#830950 Background Color

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

This div background color is #830950


#830950 Border Color

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

This div border color is #830950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #830950


Comments

No comments written yet.

Please login to write comment.