Color Hex Logo

#533562 Color Hex

#533562
(83,53,98)
0 Favorites   0 Comments

Color spaces of #533562

RGB 835398
HSL0.780.300.30
HSV280°46°38°
CMYK 0.150.460.00   0.62
XYZ7.04505.267012.2006
Yxy5.26700.28740.2149
Hunter Lab22.949914.6322-15.4547
CIE-Lab27.482322.6077-21.4512

#533562 color RGB value is (83,53,98).

#533562 hex color red value is 83, green value is 53 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #533562 hue: 0.78 , saturation: 0.30 and the lightness value of 533562 is 0.30.

The process color (four color CMYK) of #533562 color hex is 0.15, 0.46, 0.00, 0.62. Web safe color of #533562 is #663366. Color #533562 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110101 01100010
Octal 123 65 142
Decimal 83 53 98
Hex 53 35 62

RGB Percentages of Color #533562

%35.47
%22.65
%41.88

CMYK Percentages of Color #533562

%15
%46
%0
%62

Triadic Colors of #533562

#533562 #625335 #356253

Analogous Colors of #533562

#533562 #62355a #3d3562

Monochromatic Colors of #533562

#533562

Complementary Color

#533562 #446235

#533562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533562 Color CSS Codes

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

#533562 Text Font Color

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

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


#533562 Background Color

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

This div background color is #533562


#533562 Border Color

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

This div border color is #533562


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533562


Comments

No comments written yet.

Please login to write comment.