Color Hex Logo

#53147e Color Hex

#53147E
(83,20,126)
0 Favorites   0 Comments

Color spaces of #53147e

RGB 8320126
HSL0.770.730.29
HSV276°84°49°
CMYK 0.340.840.00   0.51
XYZ7.58333.845720.0813
Yxy3.84570.24070.1220
Hunter Lab19.610534.7071-46.9862
CIE-Lab23.154646.4801-46.3353

#53147e color RGB value is (83,20,126).

#53147e hex color red value is 83, green value is 20 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #53147e hue: 0.77 , saturation: 0.73 and the lightness value of 53147e is 0.29.

The process color (four color CMYK) of #53147e color hex is 0.34, 0.84, 0.00, 0.51. Web safe color of #53147e is #660066. Color #53147e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010100 01111110
Octal 123 24 176
Decimal 83 20 126
Hex 53 14 7E

RGB Percentages of Color #53147e

%36.24
%8.73
%55.02

CMYK Percentages of Color #53147e

%34
%84
%0
%51

Triadic Colors of #53147e

#53147e #7e5314 #147e53

Analogous Colors of #53147e

#53147e #7e1474 #1e147e

Monochromatic Colors of #53147e

#53147e

Complementary Color

#53147e #3f7e14

#53147e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53147e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53147e Color CSS Codes

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

#53147e Text Font Color

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

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


#53147e Background Color

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

This div background color is #53147e


#53147e Border Color

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

This div border color is #53147e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53147e


Comments

No comments written yet.

Please login to write comment.