Color Hex Logo

#532a4a Color Hex

#532A4A
(83,42,74)
1 Favorites   0 Comments

Color spaces of #532a4a

RGB 834274
HSL0.870.330.25
HSV313°49°33°
CMYK 0.000.490.11   0.67
XYZ5.63133.98936.9518
Yxy3.98930.33980.2407
Hunter Lab19.973215.3736-6.6550
CIE-Lab23.636024.0767-11.5980

#532a4a color RGB value is (83,42,74).

#532a4a hex color red value is 83, green value is 42 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #532a4a hue: 0.87 , saturation: 0.33 and the lightness value of 532a4a is 0.25.

The process color (four color CMYK) of #532a4a color hex is 0.00, 0.49, 0.11, 0.67. Web safe color of #532a4a is #663333. Color #532a4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101010 01001010
Octal 123 52 112
Decimal 83 42 74
Hex 53 2A 4A

RGB Percentages of Color #532a4a

%41.71
%21.11
%37.19

CMYK Percentages of Color #532a4a

%0
%49
%11
%67

Triadic Colors of #532a4a

#532a4a #4a532a #2a4a53

Analogous Colors of #532a4a

#532a4a #532a36 #482a53

Monochromatic Colors of #532a4a

#532a4a

Complementary Color

#532a4a #2a5333

#532a4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532a4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#532a4a Color CSS Codes

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

#532a4a Text Font Color

<p style="color:#532a4a">Text here</p>

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


#532a4a Background Color

<div style="background-color:#532a4a">
Div content here</div>

This div background color is #532a4a


#532a4a Border Color

<div style="border:3px solid #532a4a">
Div here</div>

This div border color is #532a4a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,42,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #532a4a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #532a4a;
  -webkit-box-shadow: 1px 1px 3px 2px #532a4a;
  box-shadow:         1px 1px 3px 2px #532a4a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532a4a


Comments

No comments written yet.

Please login to write comment.