Color Hex Logo

#53479d Color Hex

#53479D
(83,71,157)
0 Favorites   0 Comments

Color spaces of #53479d

RGB 8371157
HSL0.690.380.45
HSV248°55°62°
CMYK 0.470.550.00   0.38
XYZ11.90638.779832.9654
Yxy8.77980.22190.1636
Hunter Lab29.630719.8716-45.2210
CIE-Lab35.556827.9505-45.4048

#53479d color RGB value is (83,71,157).

#53479d hex color red value is 83, green value is 71 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #53479d hue: 0.69 , saturation: 0.38 and the lightness value of 53479d is 0.45.

The process color (four color CMYK) of #53479d color hex is 0.47, 0.55, 0.00, 0.38. Web safe color of #53479d is #663399. Color #53479d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000111 10011101
Octal 123 107 235
Decimal 83 71 157
Hex 53 47 9D

RGB Percentages of Color #53479d

%26.69
%22.83
%50.48

CMYK Percentages of Color #53479d

%47
%55
%0
%38

Triadic Colors of #53479d

#53479d #9d5347 #479d53

Analogous Colors of #53479d

#53479d #7e479d #47669d

Monochromatic Colors of #53479d

#53479d

Complementary Color

#53479d #919d47

#53479d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53479d Color Preview on White Background

Lorem ipsum dolor sit amet.

#53479d Color CSS Codes

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

#53479d Text Font Color

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

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


#53479d Background Color

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

This div background color is #53479d


#53479d Border Color

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

This div border color is #53479d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53479d


Comments

No comments written yet.

Please login to write comment.