Color Hex Logo

#533986 Color Hex

#533986
(83,57,134)
0 Favorites   0 Comments

Color spaces of #533986

RGB 8357134
HSL0.720.400.37
HSV260°57°53°
CMYK 0.380.570.00   0.47
XYZ9.33356.486523.3143
Yxy6.48650.23850.1657
Hunter Lab25.468620.8450-36.4468
CIE-Lab30.608129.7806-39.2925

#533986 color RGB value is (83,57,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111001 10000110
Octal 123 71 206
Decimal 83 57 134
Hex 53 39 86

RGB Percentages of Color #533986

%30.29
%20.80
%48.91

CMYK Percentages of Color #533986

%38
%57
%0
%47

Triadic Colors of #533986

#533986 #865339 #398653

Analogous Colors of #533986

#533986 #7a3986 #394586

Monochromatic Colors of #533986

#533986

Complementary Color

#533986 #6c8639

#533986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533986 Color CSS Codes

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

#533986 Text Font Color

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

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


#533986 Background Color

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

This div background color is #533986


#533986 Border Color

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

This div border color is #533986


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,57,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 #533986">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533986


Comments

No comments written yet.

Please login to write comment.