Color Hex Logo

#532353 Color Hex

#532353
(83,35,83)
0 Favorites   0 Comments

Color spaces of #532353

RGB 833583
HSL0.830.410.23
HSV300°58°33°
CMYK 0.000.580.00   0.67
XYZ5.72963.66568.5892
Yxy3.66560.31860.2038
Hunter Lab19.145819.9132-13.1967
CIE-Lab22.533629.9562-19.3378

#532353 color RGB value is (83,35,83).

#532353 hex color red value is 83, green value is 35 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #532353 hue: 0.83 , saturation: 0.41 and the lightness value of 532353 is 0.23.

The process color (four color CMYK) of #532353 color hex is 0.00, 0.58, 0.00, 0.67. Web safe color of #532353 is #663366. Color #532353 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100011 01010011
Octal 123 43 123
Decimal 83 35 83
Hex 53 23 53

RGB Percentages of Color #532353

%41.29
%17.41
%41.29

CMYK Percentages of Color #532353

%0
%58
%0
%67

Triadic Colors of #532353

#532353 #535323 #235353

Analogous Colors of #532353

#532353 #53233b #3b2353

Monochromatic Colors of #532353

#532353

Complementary Color

#532353 #235323

#532353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532353 Color CSS Codes

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

#532353 Text Font Color

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

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


#532353 Background Color

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

This div background color is #532353


#532353 Border Color

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

This div border color is #532353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532353


Comments

No comments written yet.

Please login to write comment.