Color Hex Logo

#53507a Color Hex

#53507A
(83,80,122)
0 Favorites   0 Comments

Color spaces of #53507a

RGB 8380122
HSL0.680.210.40
HSV244°34°48°
CMYK 0.320.340.00   0.52
XYZ9.94888.981519.6216
Yxy8.98150.25810.2330
Hunter Lab29.96926.8103-17.8403
CIE-Lab35.948711.7225-23.4012

#53507a color RGB value is (83,80,122).

#53507a hex color red value is 83, green value is 80 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #53507a hue: 0.68 , saturation: 0.21 and the lightness value of 53507a is 0.40.

The process color (four color CMYK) of #53507a color hex is 0.32, 0.34, 0.00, 0.52. Web safe color of #53507a is #666666. Color #53507a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010000 01111010
Octal 123 120 172
Decimal 83 80 122
Hex 53 50 7A

RGB Percentages of Color #53507a

%29.12
%28.07
%42.81

CMYK Percentages of Color #53507a

%32
%34
%0
%52

Triadic Colors of #53507a

#53507a #7a5350 #507a53

Analogous Colors of #53507a

#53507a #68507a #50627a

Monochromatic Colors of #53507a

#53507a

Complementary Color

#53507a #777a50

#53507a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53507a Color Preview on White Background

Lorem ipsum dolor sit amet.

#53507a Color CSS Codes

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

#53507a Text Font Color

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

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


#53507a Background Color

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

This div background color is #53507a


#53507a Border Color

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

This div border color is #53507a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,80,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53507a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53507a;
  -webkit-box-shadow: 1px 1px 3px 2px #53507a;
  box-shadow:         1px 1px 3px 2px #53507a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53507a


Comments

No comments written yet.

Please login to write comment.