Color Hex Logo

#83569b Color Hex

#83569B
(131,86,155)
0 Favorites   0 Comments

Color spaces of #83569b

RGB 13186155
HSL0.780.290.47
HSV279°45°61°
CMYK 0.150.450.00   0.39
XYZ18.604313.847432.7026
Yxy13.84740.28550.2125
Hunter Lab37.212124.1205-26.0566
CIE-Lab44.013331.6318-30.4669

#83569b color RGB value is (131,86,155).

#83569b hex color red value is 131, green value is 86 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #83569b hue: 0.78 , saturation: 0.29 and the lightness value of 83569b is 0.47.

The process color (four color CMYK) of #83569b color hex is 0.15, 0.45, 0.00, 0.39. Web safe color of #83569b is #996699. Color #83569b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01010110 10011011
Octal 203 126 233
Decimal 131 86 155
Hex 83 56 9B

RGB Percentages of Color #83569b

%35.22
%23.12
%41.67

CMYK Percentages of Color #83569b

%15
%45
%0
%39

Triadic Colors of #83569b

#83569b #9b8356 #569b83

Analogous Colors of #83569b

#83569b #9b5691 #61569b

Monochromatic Colors of #83569b

#83569b

Complementary Color

#83569b #6e9b56

#83569b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83569b Color Preview on White Background

Lorem ipsum dolor sit amet.

#83569b Color CSS Codes

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

#83569b Text Font Color

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

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


#83569b Background Color

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

This div background color is #83569b


#83569b Border Color

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

This div border color is #83569b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83569b


Comments

No comments written yet.

Please login to write comment.