Color Hex Logo

#533aac Color Hex

#533AAC
(83,58,172)
0 Favorites   0 Comments

Color spaces of #533aac

RGB 8358172
HSL0.700.500.45
HSV253°66°67°
CMYK 0.520.660.00   0.33
XYZ12.52677.843739.8835
Yxy7.84370.20790.1302
Hunter Lab28.006630.8273-64.8288
CIE-Lab33.655240.4190-57.4880

#533aac color RGB value is (83,58,172).

#533aac hex color red value is 83, green value is 58 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #533aac hue: 0.70 , saturation: 0.50 and the lightness value of 533aac is 0.45.

The process color (four color CMYK) of #533aac color hex is 0.52, 0.66, 0.00, 0.33. Web safe color of #533aac is #663399. Color #533aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111010 10101100
Octal 123 72 254
Decimal 83 58 172
Hex 53 3A AC

RGB Percentages of Color #533aac

%26.52
%18.53
%54.95

CMYK Percentages of Color #533aac

%52
%66
%0
%33

Triadic Colors of #533aac

#533aac #ac533a #3aac53

Analogous Colors of #533aac

#533aac #8c3aac #3a5aac

Monochromatic Colors of #533aac

#533aac

Complementary Color

#533aac #93ac3a

#533aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#533aac Color CSS Codes

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

#533aac Text Font Color

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

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


#533aac Background Color

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

This div background color is #533aac


#533aac Border Color

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

This div border color is #533aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533aac


Comments

No comments written yet.

Please login to write comment.