Color Hex Logo

#533aa3 Color Hex

#533AA3
(83,58,163)
0 Favorites   0 Comments

Color spaces of #533aa3

RGB 8358163
HSL0.710.480.43
HSV254°64°64°
CMYK 0.490.640.00   0.36
XYZ11.69127.509535.4836
Yxy7.50950.21380.1373
Hunter Lab27.403528.1978-57.5897
CIE-Lab32.939737.7153-53.2531

#533aa3 color RGB value is (83,58,163).

#533aa3 hex color red value is 83, green value is 58 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #533aa3 hue: 0.71 , saturation: 0.48 and the lightness value of 533aa3 is 0.43.

The process color (four color CMYK) of #533aa3 color hex is 0.49, 0.64, 0.00, 0.36. Web safe color of #533aa3 is #663399. Color #533aa3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111010 10100011
Octal 123 72 243
Decimal 83 58 163
Hex 53 3A A3

RGB Percentages of Color #533aa3

%27.30
%19.08
%53.62

CMYK Percentages of Color #533aa3

%49
%64
%0
%36

Triadic Colors of #533aa3

#533aa3 #a3533a #3aa353

Analogous Colors of #533aa3

#533aa3 #883aa3 #3a56a3

Monochromatic Colors of #533aa3

#533aa3

Complementary Color

#533aa3 #8aa33a

#533aa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533aa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533aa3 Color CSS Codes

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

#533aa3 Text Font Color

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

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


#533aa3 Background Color

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

This div background color is #533aa3


#533aa3 Border Color

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

This div border color is #533aa3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533aa3


Comments

No comments written yet.

Please login to write comment.