Color Hex Logo

#53204a Color Hex

#53204A
(83,32,74)
0 Favorites   0 Comments

Color spaces of #53204a

RGB 833274
HSL0.860.440.23
HSV311°61°33°
CMYK 0.000.610.11   0.67
XYZ5.31983.36646.8480
Yxy3.36640.34250.2167
Hunter Lab18.347819.6462-9.2856
CIE-Lab21.455329.8139-14.9581

#53204a color RGB value is (83,32,74).

#53204a hex color red value is 83, green value is 32 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #53204a hue: 0.86 , saturation: 0.44 and the lightness value of 53204a is 0.23.

The process color (four color CMYK) of #53204a color hex is 0.00, 0.61, 0.11, 0.67. Web safe color of #53204a is #663333. Color #53204a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100000 01001010
Octal 123 40 112
Decimal 83 32 74
Hex 53 20 4A

RGB Percentages of Color #53204a

%43.92
%16.93
%39.15

CMYK Percentages of Color #53204a

%0
%61
%11
%67

Triadic Colors of #53204a

#53204a #4a5320 #204a53

Analogous Colors of #53204a

#53204a #532031 #432053

Monochromatic Colors of #53204a

#53204a

Complementary Color

#53204a #205329

#53204a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53204a Color Preview on White Background

Lorem ipsum dolor sit amet.

#53204a Color CSS Codes

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

#53204a Text Font Color

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

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


#53204a Background Color

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

This div background color is #53204a


#53204a Border Color

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

This div border color is #53204a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53204a


Comments

No comments written yet.

Please login to write comment.