Color Hex Logo

#53476c Color Hex

#53476C
(83,71,108)
0 Favorites   0 Comments

Color spaces of #53476c

RGB 8371108
HSL0.720.210.35
HSV259°34°42°
CMYK 0.230.340.00   0.58
XYZ8.52737.428215.1717
Yxy7.42820.27400.2386
Hunter Lab27.25478.1523-13.9262
CIE-Lab32.762513.6517-19.6130

#53476c color RGB value is (83,71,108).

#53476c hex color red value is 83, green value is 71 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #53476c hue: 0.72 , saturation: 0.21 and the lightness value of 53476c is 0.35.

The process color (four color CMYK) of #53476c color hex is 0.23, 0.34, 0.00, 0.58. Web safe color of #53476c is #663366. Color #53476c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000111 01101100
Octal 123 107 154
Decimal 83 71 108
Hex 53 47 6C

RGB Percentages of Color #53476c

%31.68
%27.10
%41.22

CMYK Percentages of Color #53476c

%23
%34
%0
%58

Triadic Colors of #53476c

#53476c #6c5347 #476c53

Analogous Colors of #53476c

#53476c #66476c #474e6c

Monochromatic Colors of #53476c

#53476c

Complementary Color

#53476c #606c47

#53476c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53476c Color Preview on White Background

Lorem ipsum dolor sit amet.

#53476c Color CSS Codes

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

#53476c Text Font Color

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

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


#53476c Background Color

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

This div background color is #53476c


#53476c Border Color

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

This div border color is #53476c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,71,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53476c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53476c;
  -webkit-box-shadow: 1px 1px 3px 2px #53476c;
  box-shadow:         1px 1px 3px 2px #53476c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53476c


Comments

No comments written yet.

Please login to write comment.