Color Hex Logo

#532140 Color Hex

#532140
(83,33,64)
0 Favorites   0 Comments

Color spaces of #532140

RGB 833364
HSL0.900.430.23
HSV323°60°33°
CMYK 0.000.600.23   0.67
XYZ5.03653.29695.2214
Yxy3.29690.37160.2432
Hunter Lab18.157417.7370-4.3395
CIE-Lab21.195727.4755-8.5311

#532140 color RGB value is (83,33,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100001 01000000
Octal 123 41 100
Decimal 83 33 64
Hex 53 21 40

RGB Percentages of Color #532140

%46.11
%18.33
%35.56

CMYK Percentages of Color #532140

%0
%60
%23
%67

Triadic Colors of #532140

#532140 #405321 #214053

Analogous Colors of #532140

#532140 #532127 #4d2153

Monochromatic Colors of #532140

#532140

Complementary Color

#532140 #215334

#532140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532140 Color CSS Codes

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

#532140 Text Font Color

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

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


#532140 Background Color

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

This div background color is #532140


#532140 Border Color

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

This div border color is #532140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532140


Comments

No comments written yet.

Please login to write comment.