Color Hex Logo

#533493 Color Hex

#533493
(83,52,147)
0 Favorites   0 Comments

Color spaces of #533493

RGB 8352147
HSL0.720.480.39
HSV260°65°58°
CMYK 0.440.650.00   0.42
XYZ10.06176.401628.3091
Yxy6.40160.22470.1430
Hunter Lab25.301426.7074-48.6272
CIE-Lab30.403936.5105-47.6427

#533493 color RGB value is (83,52,147).

#533493 hex color red value is 83, green value is 52 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #533493 hue: 0.72 , saturation: 0.48 and the lightness value of 533493 is 0.39.

The process color (four color CMYK) of #533493 color hex is 0.44, 0.65, 0.00, 0.42. Web safe color of #533493 is #663399. Color #533493 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110100 10010011
Octal 123 64 223
Decimal 83 52 147
Hex 53 34 93

RGB Percentages of Color #533493

%29.43
%18.44
%52.13

CMYK Percentages of Color #533493

%44
%65
%0
%42

Triadic Colors of #533493

#533493 #935334 #349353

Analogous Colors of #533493

#533493 #833493 #344493

Monochromatic Colors of #533493

#533493

Complementary Color

#533493 #749334

#533493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533493 Color CSS Codes

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

#533493 Text Font Color

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

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


#533493 Background Color

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

This div background color is #533493


#533493 Border Color

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

This div border color is #533493


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,52,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #533493; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #533493;
  -webkit-box-shadow: 1px 1px 3px 2px #533493;
  box-shadow:         1px 1px 3px 2px #533493; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533493


Comments

No comments written yet.

Please login to write comment.