Color Hex Logo

#531566 Color Hex

#531566
(83,21,102)
0 Favorites   0 Comments

Color spaces of #531566

RGB 8321102
HSL0.790.660.24
HSV286°79°40°
CMYK 0.190.790.00   0.60
XYZ6.23373.334612.8855
Yxy3.33460.27760.1485
Hunter Lab18.260928.9778-29.0544
CIE-Lab21.337040.7028-33.8181

#531566 color RGB value is (83,21,102).

#531566 hex color red value is 83, green value is 21 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #531566 hue: 0.79 , saturation: 0.66 and the lightness value of 531566 is 0.24.

The process color (four color CMYK) of #531566 color hex is 0.19, 0.79, 0.00, 0.60. Web safe color of #531566 is #660066. Color #531566 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010101 01100110
Octal 123 25 146
Decimal 83 21 102
Hex 53 15 66

RGB Percentages of Color #531566

%40.29
%10.19
%49.51

CMYK Percentages of Color #531566

%19
%79
%0
%60

Triadic Colors of #531566

#531566 #665315 #156653

Analogous Colors of #531566

#531566 #661551 #2b1566

Monochromatic Colors of #531566

#531566

Complementary Color

#531566 #286615

#531566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531566 Color CSS Codes

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

#531566 Text Font Color

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

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


#531566 Background Color

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

This div background color is #531566


#531566 Border Color

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

This div border color is #531566


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,21,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #531566; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #531566;
  -webkit-box-shadow: 1px 1px 3px 2px #531566;
  box-shadow:         1px 1px 3px 2px #531566; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,21,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531566


Comments

No comments written yet.

Please login to write comment.