Color Hex Logo

#53036d Color Hex

#53036D
(83,3,109)
0 Favorites   0 Comments

Color spaces of #53036d

RGB 833109
HSL0.790.950.22
HSV285°97°43°
CMYK 0.240.970.00   0.57
XYZ6.36023.008314.7134
Yxy3.00830.26410.1249
Hunter Lab17.344535.1031-38.1549
CIE-Lab20.077147.4881-40.4297

#53036d color RGB value is (83,3,109).

#53036d hex color red value is 83, green value is 3 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #53036d hue: 0.79 , saturation: 0.95 and the lightness value of 53036d is 0.22.

The process color (four color CMYK) of #53036d color hex is 0.24, 0.97, 0.00, 0.57. Web safe color of #53036d is #660066. Color #53036d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000011 01101101
Octal 123 3 155
Decimal 83 3 109
Hex 53 3 6D

RGB Percentages of Color #53036d

%42.56
%1.54
%55.90

CMYK Percentages of Color #53036d

%24
%97
%0
%57

Triadic Colors of #53036d

#53036d #6d5303 #036d53

Analogous Colors of #53036d

#53036d #6d0352 #1e036d

Monochromatic Colors of #53036d

#53036d

Complementary Color

#53036d #1d6d03

#53036d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53036d Color Preview on White Background

Lorem ipsum dolor sit amet.

#53036d Color CSS Codes

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

#53036d Text Font Color

<p style="color:#53036d">Text here</p>

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


#53036d Background Color

<div style="background-color:#53036d">
Div content here</div>

This div background color is #53036d


#53036d Border Color

<div style="border:3px solid #53036d">
Div here</div>

This div border color is #53036d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,3,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53036d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53036d;
  -webkit-box-shadow: 1px 1px 3px 2px #53036d;
  box-shadow:         1px 1px 3px 2px #53036d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53036d


Comments

No comments written yet.

Please login to write comment.