Color Hex Logo

#83097c Color Hex

#83097C
(131,9,124)
0 Favorites   0 Comments

Color spaces of #83097c

RGB 1319124
HSL0.840.870.27
HSV303°93°51°
CMYK 0.000.930.05   0.49
XYZ13.09596.475919.6285
Yxy6.47590.33410.1652
Hunter Lab25.447847.3257-27.9184
CIE-Lab30.582757.4597-32.6661

#83097c color RGB value is (131,9,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00001001 01111100
Octal 203 11 174
Decimal 131 9 124
Hex 83 9 7C

RGB Percentages of Color #83097c

%49.62
%3.41
%46.97

CMYK Percentages of Color #83097c

%0
%93
%5
%49

Triadic Colors of #83097c

#83097c #7c8309 #097c83

Analogous Colors of #83097c

#83097c #83093f #4d0983

Monochromatic Colors of #83097c

#83097c

Complementary Color

#83097c #098310

#83097c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83097c Color Preview on White Background

Lorem ipsum dolor sit amet.

#83097c Color CSS Codes

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

#83097c Text Font Color

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

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


#83097c Background Color

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

This div background color is #83097c


#83097c Border Color

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

This div border color is #83097c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83097c


Comments

No comments written yet.

Please login to write comment.