Color Hex Logo

#533977 Color Hex

#533977
(83,57,119)
0 Favorites   0 Comments

Color spaces of #533977

RGB 8357119
HSL0.740.350.35
HSV265°52°47°
CMYK 0.300.520.00   0.53
XYZ8.36026.097218.1890
Yxy6.09720.25610.1868
Hunter Lab24.692517.2233-26.3895
CIE-Lab29.656425.5684-31.4309

#533977 color RGB value is (83,57,119).

#533977 hex color red value is 83, green value is 57 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #533977 hue: 0.74 , saturation: 0.35 and the lightness value of 533977 is 0.35.

The process color (four color CMYK) of #533977 color hex is 0.30, 0.52, 0.00, 0.53. Web safe color of #533977 is #663366. Color #533977 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111001 01110111
Octal 123 71 167
Decimal 83 57 119
Hex 53 39 77

RGB Percentages of Color #533977

%32.05
%22.01
%45.95

CMYK Percentages of Color #533977

%30
%52
%0
%53

Triadic Colors of #533977

#533977 #775339 #397753

Analogous Colors of #533977

#533977 #723977 #393e77

Monochromatic Colors of #533977

#533977

Complementary Color

#533977 #5d7739

#533977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533977 Color CSS Codes

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

#533977 Text Font Color

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

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


#533977 Background Color

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

This div background color is #533977


#533977 Border Color

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

This div border color is #533977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533977


Comments

No comments written yet.

Please login to write comment.