Color Hex Logo

#83124b Color Hex

#83124B
(131,18,75)
0 Favorites   0 Comments

Color spaces of #83124b

RGB 1311875
HSL0.920.760.29
HSV330°86°51°
CMYK 0.000.860.43   0.49
XYZ10.84645.76597.1979
Yxy5.76590.45550.2422
Hunter Lab24.012338.6073-0.9641
CIE-Lab28.814049.3589-3.6028

#83124b color RGB value is (131,18,75).

#83124b hex color red value is 131, green value is 18 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #83124b hue: 0.92 , saturation: 0.76 and the lightness value of 83124b is 0.29.

The process color (four color CMYK) of #83124b color hex is 0.00, 0.86, 0.43, 0.49. Web safe color of #83124b is #990033. Color #83124b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00010010 01001011
Octal 203 22 113
Decimal 131 18 75
Hex 83 12 4B

RGB Percentages of Color #83124b

%58.48
%8.04
%33.48

CMYK Percentages of Color #83124b

%0
%86
%43
%49

Triadic Colors of #83124b

#83124b #4b8312 #124b83

Analogous Colors of #83124b

#83124b #831213 #831283

Monochromatic Colors of #83124b

#83124b

Complementary Color

#83124b #12834a

#83124b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83124b Color Preview on White Background

Lorem ipsum dolor sit amet.

#83124b Color CSS Codes

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

#83124b Text Font Color

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

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


#83124b Background Color

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

This div background color is #83124b


#83124b Border Color

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

This div border color is #83124b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,18,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83124b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83124b;
  -webkit-box-shadow: 1px 1px 3px 2px #83124b;
  box-shadow:         1px 1px 3px 2px #83124b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83124b


Comments

No comments written yet.

Please login to write comment.