Color Hex Logo

#533799 Color Hex

#533799
(83,55,153)
0 Favorites   0 Comments

Color spaces of #533799

RGB 8355153
HSL0.710.470.41
HSV257°64°60°
CMYK 0.460.640.00   0.40
XYZ10.68326.871330.9002
Yxy6.87130.22050.1418
Hunter Lab26.213226.8748-51.5421
CIE-Lab31.512136.5066-49.5133

#533799 color RGB value is (83,55,153).

#533799 hex color red value is 83, green value is 55 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #533799 hue: 0.71 , saturation: 0.47 and the lightness value of 533799 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110111 10011001
Octal 123 67 231
Decimal 83 55 153
Hex 53 37 99

RGB Percentages of Color #533799

%28.52
%18.90
%52.58

CMYK Percentages of Color #533799

%46
%64
%0
%40

Triadic Colors of #533799

#533799 #995337 #379953

Analogous Colors of #533799

#533799 #843799 #374c99

Monochromatic Colors of #533799

#533799

Complementary Color

#533799 #7d9937

#533799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533799 Color CSS Codes

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

#533799 Text Font Color

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

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


#533799 Background Color

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

This div background color is #533799


#533799 Border Color

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

This div border color is #533799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533799


Comments

No comments written yet.

Please login to write comment.