Color Hex Logo

#53036c Color Hex

#53036C
(83,3,108)
0 Favorites   0 Comments

Color spaces of #53036c

RGB 833108
HSL0.790.950.22
HSV286°97°42°
CMYK 0.230.970.00   0.58
XYZ6.30662.986814.4315
Yxy2.98680.26580.1259
Hunter Lab17.282434.8933-37.4120
CIE-Lab19.991047.2876-39.9185

#53036c color RGB value is (83,3,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000011 01101100
Octal 123 3 154
Decimal 83 3 108
Hex 53 3 6C

RGB Percentages of Color #53036c

%42.78
%1.55
%55.67

CMYK Percentages of Color #53036c

%23
%97
%0
%58

Triadic Colors of #53036c

#53036c #6c5303 #036c53

Analogous Colors of #53036c

#53036c #6c0350 #1f036c

Monochromatic Colors of #53036c

#53036c

Complementary Color

#53036c #1c6c03

#53036c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53036c Color Preview on White Background

Lorem ipsum dolor sit amet.

#53036c Color CSS Codes

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

#53036c Text Font Color

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

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


#53036c Background Color

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

This div background color is #53036c


#53036c Border Color

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

This div border color is #53036c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,3,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 #53036c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53036c


Comments

No comments written yet.

Please login to write comment.