Color Hex Logo

#533778 Color Hex

#533778
(83,55,120)
0 Favorites   0 Comments

Color spaces of #533778

RGB 8355120
HSL0.740.370.34
HSV266°54°47°
CMYK 0.310.540.00   0.53
XYZ8.32365.927418.4747
Yxy5.92740.25430.1811
Hunter Lab24.346318.4204-27.9487
CIE-Lab29.228627.0875-32.7422

#533778 color RGB value is (83,55,120).

#533778 hex color red value is 83, green value is 55 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #533778 hue: 0.74 , saturation: 0.37 and the lightness value of 533778 is 0.34.

The process color (four color CMYK) of #533778 color hex is 0.31, 0.54, 0.00, 0.53. Web safe color of #533778 is #663366. Color #533778 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110111 01111000
Octal 123 67 170
Decimal 83 55 120
Hex 53 37 78

RGB Percentages of Color #533778

%32.17
%21.32
%46.51

CMYK Percentages of Color #533778

%31
%54
%0
%53

Triadic Colors of #533778

#533778 #785337 #377853

Analogous Colors of #533778

#533778 #743778 #373c78

Monochromatic Colors of #533778

#533778

Complementary Color

#533778 #5c7837

#533778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533778 Color CSS Codes

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

#533778 Text Font Color

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

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


#533778 Background Color

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

This div background color is #533778


#533778 Border Color

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

This div border color is #533778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533778


Comments

No comments written yet.

Please login to write comment.