Color Hex Logo

#53105c Color Hex

#53105C
(83,16,92)
0 Favorites   0 Comments

Color spaces of #53105c

RGB 831692
HSL0.810.700.21
HSV293°83°36°
CMYK 0.100.830.00   0.64
XYZ5.68432.982310.4013
Yxy2.98230.29810.1564
Hunter Lab17.269328.5329-23.6218
CIE-Lab19.972940.4758-29.4044

#53105c color RGB value is (83,16,92).

#53105c hex color red value is 83, green value is 16 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #53105c hue: 0.81 , saturation: 0.70 and the lightness value of 53105c is 0.21.

The process color (four color CMYK) of #53105c color hex is 0.10, 0.83, 0.00, 0.64. Web safe color of #53105c is #660066. Color #53105c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010000 01011100
Octal 123 20 134
Decimal 83 16 92
Hex 53 10 5C

RGB Percentages of Color #53105c

%43.46
%8.38
%48.17

CMYK Percentages of Color #53105c

%10
%83
%0
%64

Triadic Colors of #53105c

#53105c #5c5310 #105c53

Analogous Colors of #53105c

#53105c #5c103f #2d105c

Monochromatic Colors of #53105c

#53105c

Complementary Color

#53105c #195c10

#53105c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53105c Color Preview on White Background

Lorem ipsum dolor sit amet.

#53105c Color CSS Codes

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

#53105c Text Font Color

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

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


#53105c Background Color

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

This div background color is #53105c


#53105c Border Color

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

This div border color is #53105c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53105c


Comments

No comments written yet.

Please login to write comment.