Color Hex Logo

#533789 Color Hex

#533789
(83,55,137)
0 Favorites   0 Comments

Color spaces of #533789

RGB 8355137
HSL0.720.430.38
HSV260°60°54°
CMYK 0.390.600.00   0.46
XYZ9.44886.377524.3999
Yxy6.37750.23490.1585
Hunter Lab25.253722.5927-39.6078
CIE-Lab30.345631.8582-41.5742

#533789 color RGB value is (83,55,137).

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

The process color (four color CMYK) of #533789 color hex is 0.39, 0.60, 0.00, 0.46. Web safe color of #533789 is #663399. Color #533789 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110111 10001001
Octal 123 67 211
Decimal 83 55 137
Hex 53 37 89

RGB Percentages of Color #533789

%30.18
%20.00
%49.82

CMYK Percentages of Color #533789

%39
%60
%0
%46

Triadic Colors of #533789

#533789 #895337 #378953

Analogous Colors of #533789

#533789 #7c3789 #374489

Monochromatic Colors of #533789

#533789

Complementary Color

#533789 #6d8937

#533789 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533789 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533789 Color CSS Codes

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

#533789 Text Font Color

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

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


#533789 Background Color

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

This div background color is #533789


#533789 Border Color

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

This div border color is #533789


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533789


Comments

No comments written yet.

Please login to write comment.