Color Hex Logo

#83366b Color Hex

#83366B
(131,54,107)
0 Favorites   0 Comments

Color spaces of #83366b

RGB 13154107
HSL0.890.420.36
HSV319°59°51°
CMYK 0.000.590.18   0.49
XYZ13.33318.525214.8527
Yxy8.52520.36320.2322
Hunter Lab29.197930.4148-9.7217
CIE-Lab35.053639.7385-14.9310

#83366b color RGB value is (131,54,107).

#83366b hex color red value is 131, green value is 54 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #83366b hue: 0.89 , saturation: 0.42 and the lightness value of 83366b is 0.36.

The process color (four color CMYK) of #83366b color hex is 0.00, 0.59, 0.18, 0.49. Web safe color of #83366b is #993366. Color #83366b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00110110 01101011
Octal 203 66 153
Decimal 131 54 107
Hex 83 36 6B

RGB Percentages of Color #83366b

%44.86
%18.49
%36.64

CMYK Percentages of Color #83366b

%0
%59
%18
%49

Triadic Colors of #83366b

#83366b #6b8336 #366b83

Analogous Colors of #83366b

#83366b #833645 #753683

Monochromatic Colors of #83366b

#83366b

Complementary Color

#83366b #36834e

#83366b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83366b Color Preview on White Background

Lorem ipsum dolor sit amet.

#83366b Color CSS Codes

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

#83366b Text Font Color

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

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


#83366b Background Color

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

This div background color is #83366b


#83366b Border Color

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

This div border color is #83366b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83366b


Comments

No comments written yet.

Please login to write comment.