Color Hex Logo

#533097 Color Hex

#533097
(83,48,151)
0 Favorites   0 Comments

Color spaces of #533097

RGB 8348151
HSL0.720.520.39
HSV260°68°59°
CMYK 0.450.680.00   0.41
XYZ10.21016.187329.9343
Yxy6.18730.22040.1335
Hunter Lab24.874329.7386-53.9390
CIE-Lab29.880239.9250-50.9431

#533097 color RGB value is (83,48,151).

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

The process color (four color CMYK) of #533097 color hex is 0.45, 0.68, 0.00, 0.41. Web safe color of #533097 is #663399. Color #533097 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110000 10010111
Octal 123 60 227
Decimal 83 48 151
Hex 53 30 97

RGB Percentages of Color #533097

%29.43
%17.02
%53.55

CMYK Percentages of Color #533097

%45
%68
%0
%41

Triadic Colors of #533097

#533097 #975330 #309753

Analogous Colors of #533097

#533097 #873097 #304197

Monochromatic Colors of #533097

#533097

Complementary Color

#533097 #749730

#533097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533097 Color CSS Codes

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

#533097 Text Font Color

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

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


#533097 Background Color

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

This div background color is #533097


#533097 Border Color

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

This div border color is #533097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533097


Comments

No comments written yet.

Please login to write comment.