Color Hex Logo

#53348a Color Hex

#53348A
(83,52,138)
0 Favorites   0 Comments

Color spaces of #53348a

RGB 8352138
HSL0.730.450.37
HSV262°62°54°
CMYK 0.400.620.00   0.46
XYZ9.38276.130024.7334
Yxy6.13000.23310.1523
Hunter Lab24.758824.3171-41.8979
CIE-Lab29.738133.9352-43.1725

#53348a color RGB value is (83,52,138).

#53348a hex color red value is 83, green value is 52 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #53348a hue: 0.73 , saturation: 0.45 and the lightness value of 53348a is 0.37.

The process color (four color CMYK) of #53348a color hex is 0.40, 0.62, 0.00, 0.46. Web safe color of #53348a is #663399. Color #53348a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110100 10001010
Octal 123 64 212
Decimal 83 52 138
Hex 53 34 8A

RGB Percentages of Color #53348a

%30.40
%19.05
%50.55

CMYK Percentages of Color #53348a

%40
%62
%0
%46

Triadic Colors of #53348a

#53348a #8a5334 #348a53

Analogous Colors of #53348a

#53348a #7e348a #34408a

Monochromatic Colors of #53348a

#53348a

Complementary Color

#53348a #6b8a34

#53348a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53348a Color Preview on White Background

Lorem ipsum dolor sit amet.

#53348a Color CSS Codes

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

#53348a Text Font Color

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

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


#53348a Background Color

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

This div background color is #53348a


#53348a Border Color

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

This div border color is #53348a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53348a


Comments

No comments written yet.

Please login to write comment.