Color Hex Logo

#53146c Color Hex

#53146C
(83,20,108)
0 Favorites   0 Comments

Color spaces of #53146c

RGB 8320108
HSL0.790.690.25
HSV283°81°42°
CMYK 0.230.810.00   0.58
XYZ6.52423.422014.5040
Yxy3.42200.26680.1400
Hunter Lab18.498630.5817-33.5377
CIE-Lab21.660442.3936-37.2107

#53146c color RGB value is (83,20,108).

#53146c hex color red value is 83, green value is 20 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #53146c hue: 0.79 , saturation: 0.69 and the lightness value of 53146c is 0.25.

The process color (four color CMYK) of #53146c color hex is 0.23, 0.81, 0.00, 0.58. Web safe color of #53146c is #660066. Color #53146c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010100 01101100
Octal 123 24 154
Decimal 83 20 108
Hex 53 14 6C

RGB Percentages of Color #53146c

%39.34
%9.48
%51.18

CMYK Percentages of Color #53146c

%23
%81
%0
%58

Triadic Colors of #53146c

#53146c #6c5314 #146c53

Analogous Colors of #53146c

#53146c #6c1459 #27146c

Monochromatic Colors of #53146c

#53146c

Complementary Color

#53146c #2d6c14

#53146c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53146c Color Preview on White Background

Lorem ipsum dolor sit amet.

#53146c Color CSS Codes

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

#53146c Text Font Color

<p style="color:#53146c">Text here</p>

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


#53146c Background Color

<div style="background-color:#53146c">
Div content here</div>

This div background color is #53146c


#53146c Border Color

<div style="border:3px solid #53146c">
Div here</div>

This div border color is #53146c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53146c


Comments

No comments written yet.

Please login to write comment.