Color Hex Logo

#83568b Color Hex

#83568B
(131,86,139)
0 Favorites   0 Comments

Color spaces of #83568b

RGB 13186139
HSL0.810.240.44
HSV291°38°55°
CMYK 0.060.380.00   0.45
XYZ17.348113.345026.0876
Yxy13.34500.30550.2350
Hunter Lab36.530820.8389-16.7690
CIE-Lab43.278528.1119-22.0146

#83568b color RGB value is (131,86,139).

#83568b hex color red value is 131, green value is 86 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #83568b hue: 0.81 , saturation: 0.24 and the lightness value of 83568b is 0.44.

The process color (four color CMYK) of #83568b color hex is 0.06, 0.38, 0.00, 0.45. Web safe color of #83568b is #996699. Color #83568b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01010110 10001011
Octal 203 126 213
Decimal 131 86 139
Hex 83 56 8B

RGB Percentages of Color #83568b

%36.80
%24.16
%39.04

CMYK Percentages of Color #83568b

%6
%38
%0
%45

Triadic Colors of #83568b

#83568b #8b8356 #568b83

Analogous Colors of #83568b

#83568b #8b5679 #69568b

Monochromatic Colors of #83568b

#83568b

Complementary Color

#83568b #5e8b56

#83568b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83568b Color Preview on White Background

Lorem ipsum dolor sit amet.

#83568b Color CSS Codes

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

#83568b Text Font Color

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

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


#83568b Background Color

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

This div background color is #83568b


#83568b Border Color

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

This div border color is #83568b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83568b


Comments

No comments written yet.

Please login to write comment.