Color Hex Logo

#533287 Color Hex

#533287
(83,50,135)
0 Favorites   0 Comments

Color spaces of #533287

RGB 8350135
HSL0.730.460.36
HSV263°63°53°
CMYK 0.390.630.00   0.47
XYZ9.08115.869523.5760
Yxy5.86950.23570.1523
Hunter Lab24.227124.5104-40.7378
CIE-Lab29.080834.2654-42.3718

#533287 color RGB value is (83,50,135).

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

The process color (four color CMYK) of #533287 color hex is 0.39, 0.63, 0.00, 0.47. Web safe color of #533287 is #663399. Color #533287 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110010 10000111
Octal 123 62 207
Decimal 83 50 135
Hex 53 32 87

RGB Percentages of Color #533287

%30.97
%18.66
%50.37

CMYK Percentages of Color #533287

%39
%63
%0
%47

Triadic Colors of #533287

#533287 #875332 #328753

Analogous Colors of #533287

#533287 #7e3287 #323c87

Monochromatic Colors of #533287

#533287

Complementary Color

#533287 #668732

#533287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533287 Color CSS Codes

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

#533287 Text Font Color

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

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


#533287 Background Color

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

This div background color is #533287


#533287 Border Color

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

This div border color is #533287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533287


Comments

No comments written yet.

Please login to write comment.