Color Hex Logo

#53294e Color Hex

#53294E
(83,41,78)
0 Favorites   0 Comments

Color spaces of #53294e

RGB 834178
HSL0.850.340.24
HSV307°51°33°
CMYK 0.000.510.06   0.67
XYZ5.73543.97497.6727
Yxy3.97490.32990.2287
Hunter Lab19.937216.4598-8.8614
CIE-Lab23.588325.4763-14.3531

#53294e color RGB value is (83,41,78).

#53294e hex color red value is 83, green value is 41 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #53294e hue: 0.85 , saturation: 0.34 and the lightness value of 53294e is 0.24.

The process color (four color CMYK) of #53294e color hex is 0.00, 0.51, 0.06, 0.67. Web safe color of #53294e is #663366. Color #53294e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101001 01001110
Octal 123 51 116
Decimal 83 41 78
Hex 53 29 4E

RGB Percentages of Color #53294e

%41.09
%20.30
%38.61

CMYK Percentages of Color #53294e

%0
%51
%6
%67

Triadic Colors of #53294e

#53294e #4e5329 #294e53

Analogous Colors of #53294e

#53294e #532939 #432953

Monochromatic Colors of #53294e

#53294e

Complementary Color

#53294e #29532e

#53294e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53294e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53294e Color CSS Codes

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

#53294e Text Font Color

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

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


#53294e Background Color

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

This div background color is #53294e


#53294e Border Color

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

This div border color is #53294e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,41,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53294e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53294e;
  -webkit-box-shadow: 1px 1px 3px 2px #53294e;
  box-shadow:         1px 1px 3px 2px #53294e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53294e


Comments

No comments written yet.

Please login to write comment.