Color Hex Logo

#531953 Color Hex

#531953
(83,25,83)
0 Favorites   0 Comments

Color spaces of #531953

RGB 832583
HSL0.830.540.21
HSV300°70°33°
CMYK 0.000.700.00   0.67
XYZ5.47623.15888.5047
Yxy3.15880.31950.1843
Hunter Lab17.773023.8964-15.9302
CIE-Lab20.669035.0595-22.2705

#531953 color RGB value is (83,25,83).

#531953 hex color red value is 83, green value is 25 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #531953 hue: 0.83 , saturation: 0.54 and the lightness value of 531953 is 0.21.

The process color (four color CMYK) of #531953 color hex is 0.00, 0.70, 0.00, 0.67. Web safe color of #531953 is #660066. Color #531953 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011001 01010011
Octal 123 31 123
Decimal 83 25 83
Hex 53 19 53

RGB Percentages of Color #531953

%43.46
%13.09
%43.46

CMYK Percentages of Color #531953

%0
%70
%0
%67

Triadic Colors of #531953

#531953 #535319 #195353

Analogous Colors of #531953

#531953 #531936 #361953

Monochromatic Colors of #531953

#531953

Complementary Color

#531953 #195319

#531953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531953 Color CSS Codes

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

#531953 Text Font Color

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

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


#531953 Background Color

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

This div background color is #531953


#531953 Border Color

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

This div border color is #531953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531953


Comments

No comments written yet.

Please login to write comment.