Color Hex Logo

#532129 Color Hex

#532129
(83,33,41)
0 Favorites   0 Comments

Color spaces of #532129

RGB 833341
HSL0.970.430.23
HSV350°60°33°
CMYK 0.000.600.51   0.67
XYZ4.51143.08682.4559
Yxy3.08680.44870.3070
Hunter Lab17.569315.08854.0107
CIE-Lab20.388224.18866.2298

#532129 color RGB value is (83,33,41).

#532129 hex color red value is 83, green value is 33 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #532129 hue: 0.97 , saturation: 0.43 and the lightness value of 532129 is 0.23.

The process color (four color CMYK) of #532129 color hex is 0.00, 0.60, 0.51, 0.67. Web safe color of #532129 is #663333. Color #532129 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100001 00101001
Octal 123 41 51
Decimal 83 33 41
Hex 53 21 29

RGB Percentages of Color #532129

%52.87
%21.02
%26.11

CMYK Percentages of Color #532129

%0
%60
%51
%67

Triadic Colors of #532129

#532129 #295321 #212953

Analogous Colors of #532129

#532129 #533221 #532142

Monochromatic Colors of #532129

#532129

Complementary Color

#532129 #21534b

#532129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532129 Color CSS Codes

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

#532129 Text Font Color

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

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


#532129 Background Color

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

This div background color is #532129


#532129 Border Color

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

This div border color is #532129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532129


Comments

No comments written yet.

Please login to write comment.