Color Hex Logo

#533289 Color Hex

#533289
(83,50,137)
0 Favorites   0 Comments

Color spaces of #533289

RGB 8350137
HSL0.730.470.37
HSV263°64°54°
CMYK 0.390.640.00   0.46
XYZ9.22325.926324.3247
Yxy5.92630.23370.1501
Hunter Lab24.344025.0262-42.2022
CIE-Lab29.225834.8267-43.3800

#533289 color RGB value is (83,50,137).

#533289 hex color red value is 83, green value is 50 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #533289 hue: 0.73 , saturation: 0.47 and the lightness value of 533289 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110010 10001001
Octal 123 62 211
Decimal 83 50 137
Hex 53 32 89

RGB Percentages of Color #533289

%30.74
%18.52
%50.74

CMYK Percentages of Color #533289

%39
%64
%0
%46

Triadic Colors of #533289

#533289 #895332 #328953

Analogous Colors of #533289

#533289 #7f3289 #323d89

Monochromatic Colors of #533289

#533289

Complementary Color

#533289 #688932

#533289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533289 Color CSS Codes

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

#533289 Text Font Color

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

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


#533289 Background Color

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

This div background color is #533289


#533289 Border Color

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

This div border color is #533289


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533289


Comments

No comments written yet.

Please login to write comment.