Color Hex Logo

#533796 Color Hex

#533796
(83,55,150)
0 Favorites   0 Comments

Color spaces of #533796

RGB 8355150
HSL0.720.460.40
HSV258°63°59°
CMYK 0.450.630.00   0.41
XYZ10.43856.773429.6114
Yxy6.77340.22290.1447
Hunter Lab26.025826.0483-49.2405
CIE-Lab31.285435.6273-48.0510

#533796 color RGB value is (83,55,150).

#533796 hex color red value is 83, green value is 55 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #533796 hue: 0.72 , saturation: 0.46 and the lightness value of 533796 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110111 10010110
Octal 123 67 226
Decimal 83 55 150
Hex 53 37 96

RGB Percentages of Color #533796

%28.82
%19.10
%52.08

CMYK Percentages of Color #533796

%45
%63
%0
%41

Triadic Colors of #533796

#533796 #965337 #379653

Analogous Colors of #533796

#533796 #833796 #374b96

Monochromatic Colors of #533796

#533796

Complementary Color

#533796 #7a9637

#533796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533796 Color CSS Codes

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

#533796 Text Font Color

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

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


#533796 Background Color

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

This div background color is #533796


#533796 Border Color

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

This div border color is #533796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533796


Comments

No comments written yet.

Please login to write comment.