Color Hex Logo

#83185f Color Hex

#83185F
(131,24,95)
0 Favorites   0 Comments

Color spaces of #83185f

RGB 1312495
HSL0.890.690.30
HSV320°82°51°
CMYK 0.000.820.27   0.49
XYZ11.75236.304811.4240
Yxy6.30480.39860.2139
Hunter Lab25.109439.6046-9.3986
CIE-Lab30.168850.0915-14.7285

#83185f color RGB value is (131,24,95).

#83185f hex color red value is 131, green value is 24 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #83185f hue: 0.89 , saturation: 0.69 and the lightness value of 83185f is 0.30.

The process color (four color CMYK) of #83185f color hex is 0.00, 0.82, 0.27, 0.49. Web safe color of #83185f is #990066. Color #83185f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00011000 01011111
Octal 203 30 137
Decimal 131 24 95
Hex 83 18 5F

RGB Percentages of Color #83185f

%52.40
%9.60
%38.00

CMYK Percentages of Color #83185f

%0
%82
%27
%49

Triadic Colors of #83185f

#83185f #5f8318 #185f83

Analogous Colors of #83185f

#83185f #831829 #721883

Monochromatic Colors of #83185f

#83185f

Complementary Color

#83185f #18833c

#83185f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83185f Color Preview on White Background

Lorem ipsum dolor sit amet.

#83185f Color CSS Codes

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

#83185f Text Font Color

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

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


#83185f Background Color

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

This div background color is #83185f


#83185f Border Color

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

This div border color is #83185f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,24,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83185f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83185f;
  -webkit-box-shadow: 1px 1px 3px 2px #83185f;
  box-shadow:         1px 1px 3px 2px #83185f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83185f


Comments

No comments written yet.

Please login to write comment.