Color Hex Logo

#533ba2 Color Hex

#533BA2
(83,59,162)
0 Favorites   0 Comments

Color spaces of #533ba2

RGB 8359162
HSL0.710.470.43
HSV254°64°64°
CMYK 0.490.640.00   0.36
XYZ11.65287.575635.0305
Yxy7.57560.21480.1396
Hunter Lab27.523827.4052-56.1938
CIE-Lab33.082936.8256-52.4179

#533ba2 color RGB value is (83,59,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111011 10100010
Octal 123 73 242
Decimal 83 59 162
Hex 53 3B A2

RGB Percentages of Color #533ba2

%27.30
%19.41
%53.29

CMYK Percentages of Color #533ba2

%49
%64
%0
%36

Triadic Colors of #533ba2

#533ba2 #a2533b #3ba253

Analogous Colors of #533ba2

#533ba2 #873ba2 #3b57a2

Monochromatic Colors of #533ba2

#533ba2

Complementary Color

#533ba2 #8aa23b

#533ba2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533ba2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533ba2 Color CSS Codes

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

#533ba2 Text Font Color

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

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


#533ba2 Background Color

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

This div background color is #533ba2


#533ba2 Border Color

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

This div border color is #533ba2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533ba2


Comments

No comments written yet.

Please login to write comment.