Color Hex Logo

#533cad Color Hex

#533CAD
(83,60,173)
0 Favorites   0 Comments

Color spaces of #533cad

RGB 8360173
HSL0.700.480.46
HSV252°65°68°
CMYK 0.520.650.00   0.32
XYZ12.72608.087840.4255
Yxy8.08780.20780.1321
Hunter Lab28.439130.1074-64.3721
CIE-Lab34.165139.5638-57.2543

#533cad color RGB value is (83,60,173).

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

The process color (four color CMYK) of #533cad color hex is 0.52, 0.65, 0.00, 0.32. Web safe color of #533cad is #663399. Color #533cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111100 10101101
Octal 123 74 255
Decimal 83 60 173
Hex 53 3C AD

RGB Percentages of Color #533cad

%26.27
%18.99
%54.75

CMYK Percentages of Color #533cad

%52
%65
%0
%32

Triadic Colors of #533cad

#533cad #ad533c #3cad53

Analogous Colors of #533cad

#533cad #8c3cad #3c5ead

Monochromatic Colors of #533cad

#533cad

Complementary Color

#533cad #96ad3c

#533cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#533cad Color CSS Codes

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

#533cad Text Font Color

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

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


#533cad Background Color

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

This div background color is #533cad


#533cad Border Color

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

This div border color is #533cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533cad


Comments

No comments written yet.

Please login to write comment.