Color Hex Logo

#53053a Color Hex

#53053A
(83,5,58)
0 Favorites   0 Comments

Color spaces of #53053a

RGB 83558
HSL0.890.890.17
HSV319°94°33°
CMYK 0.000.940.30   0.67
XYZ4.38532.25304.2067
Yxy2.25300.40440.2077
Hunter Lab15.010025.8828-6.1096
CIE-Lab16.762638.1135-11.1248

#53053a color RGB value is (83,5,58).

#53053a hex color red value is 83, green value is 5 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #53053a hue: 0.89 , saturation: 0.89 and the lightness value of 53053a is 0.17.

The process color (four color CMYK) of #53053a color hex is 0.00, 0.94, 0.30, 0.67. Web safe color of #53053a is #660033. Color #53053a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000101 00111010
Octal 123 5 72
Decimal 83 5 58
Hex 53 5 3A

RGB Percentages of Color #53053a

%56.85
%3.42
%39.73

CMYK Percentages of Color #53053a

%0
%94
%30
%67

Triadic Colors of #53053a

#53053a #3a5305 #053a53

Analogous Colors of #53053a

#53053a #530513 #450553

Monochromatic Colors of #53053a

#53053a

Complementary Color

#53053a #05531e

#53053a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53053a Color Preview on White Background

Lorem ipsum dolor sit amet.

#53053a Color CSS Codes

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

#53053a Text Font Color

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

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


#53053a Background Color

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

This div background color is #53053a


#53053a Border Color

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

This div border color is #53053a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53053a


Comments

No comments written yet.

Please login to write comment.