Color Hex Logo

#533faa Color Hex

#533FAA
(83,63,170)
0 Favorites   0 Comments

Color spaces of #533faa

RGB 8363170
HSL0.700.460.46
HSV251°63°67°
CMYK 0.510.630.00   0.33
XYZ12.60058.296338.9674
Yxy8.29630.21050.1386
Hunter Lab28.803327.6821-60.0499
CIE-Lab34.592536.8778-54.7679

#533faa color RGB value is (83,63,170).

#533faa hex color red value is 83, green value is 63 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #533faa hue: 0.70 , saturation: 0.46 and the lightness value of 533faa is 0.46.

The process color (four color CMYK) of #533faa color hex is 0.51, 0.63, 0.00, 0.33. Web safe color of #533faa is #663399. Color #533faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111111 10101010
Octal 123 77 252
Decimal 83 63 170
Hex 53 3F AA

RGB Percentages of Color #533faa

%26.27
%19.94
%53.80

CMYK Percentages of Color #533faa

%51
%63
%0
%33

Triadic Colors of #533faa

#533faa #aa533f #3faa53

Analogous Colors of #533faa

#533faa #893faa #3f60aa

Monochromatic Colors of #533faa

#533faa

Complementary Color

#533faa #96aa3f

#533faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#533faa Color CSS Codes

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

#533faa Text Font Color

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

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


#533faa Background Color

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

This div background color is #533faa


#533faa Border Color

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

This div border color is #533faa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,63,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #533faa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #533faa;
  -webkit-box-shadow: 1px 1px 3px 2px #533faa;
  box-shadow:         1px 1px 3px 2px #533faa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533faa


Comments

No comments written yet.

Please login to write comment.