Color Hex Logo

#532453 Color Hex

#532453
(83,36,83)
0 Favorites   0 Comments

Color spaces of #532453

RGB 833683
HSL0.830.390.23
HSV300°57°33°
CMYK 0.000.570.00   0.67
XYZ5.75953.72538.5991
Yxy3.72530.31850.2060
Hunter Lab19.301019.4882-12.9045
CIE-Lab22.741729.3998-19.0120

#532453 color RGB value is (83,36,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100100 01010011
Octal 123 44 123
Decimal 83 36 83
Hex 53 24 53

RGB Percentages of Color #532453

%41.09
%17.82
%41.09

CMYK Percentages of Color #532453

%0
%57
%0
%67

Triadic Colors of #532453

#532453 #535324 #245353

Analogous Colors of #532453

#532453 #53243c #3c2453

Monochromatic Colors of #532453

#532453

Complementary Color

#532453 #245324

#532453 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532453 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532453 Color CSS Codes

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

#532453 Text Font Color

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

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


#532453 Background Color

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

This div background color is #532453


#532453 Border Color

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

This div border color is #532453


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,36,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 #532453">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532453


Comments

No comments written yet.

Please login to write comment.