Color Hex Logo

#532348 Color Hex

#532348
(83,35,72)
0 Favorites   0 Comments

Color spaces of #532348

RGB 833572
HSL0.870.410.23
HSV314°58°33°
CMYK 0.000.580.13   0.67
XYZ5.33803.50896.5268
Yxy3.50890.34720.2282
Hunter Lab18.732118.0853-7.5459
CIE-Lab21.976527.7852-12.7959

#532348 color RGB value is (83,35,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100011 01001000
Octal 123 43 110
Decimal 83 35 72
Hex 53 23 48

RGB Percentages of Color #532348

%43.68
%18.42
%37.89

CMYK Percentages of Color #532348

%0
%58
%13
%67

Triadic Colors of #532348

#532348 #485323 #234853

Analogous Colors of #532348

#532348 #532330 #462353

Monochromatic Colors of #532348

#532348

Complementary Color

#532348 #23532e

#532348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532348 Color CSS Codes

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

#532348 Text Font Color

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

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


#532348 Background Color

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

This div background color is #532348


#532348 Border Color

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

This div border color is #532348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532348


Comments

No comments written yet.

Please login to write comment.