Color Hex Logo

#533386 Color Hex

#533386
(83,51,134)
0 Favorites   0 Comments

Color spaces of #533386

RGB 8351134
HSL0.730.450.36
HSV263°62°53°
CMYK 0.380.620.00   0.47
XYZ9.05425.927923.2212
Yxy5.92790.23700.1552
Hunter Lab24.347323.7724-39.5047
CIE-Lab29.229833.3971-41.5094

#533386 color RGB value is (83,51,134).

#533386 hex color red value is 83, green value is 51 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #533386 hue: 0.73 , saturation: 0.45 and the lightness value of 533386 is 0.36.

The process color (four color CMYK) of #533386 color hex is 0.38, 0.62, 0.00, 0.47. Web safe color of #533386 is #663399. Color #533386 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110011 10000110
Octal 123 63 206
Decimal 83 51 134
Hex 53 33 86

RGB Percentages of Color #533386

%30.97
%19.03
%50.00

CMYK Percentages of Color #533386

%38
%62
%0
%47

Triadic Colors of #533386

#533386 #865333 #338653

Analogous Colors of #533386

#533386 #7d3386 #333d86

Monochromatic Colors of #533386

#533386

Complementary Color

#533386 #668633

#533386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533386 Color CSS Codes

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

#533386 Text Font Color

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

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


#533386 Background Color

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

This div background color is #533386


#533386 Border Color

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

This div border color is #533386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533386


Comments

No comments written yet.

Please login to write comment.