Color Hex Logo

#532458 Color Hex

#532458
(83,36,88)
0 Favorites   0 Comments

Color spaces of #532458

RGB 833688
HSL0.820.420.24
HSV294°59°35°
CMYK 0.060.590.00   0.65
XYZ5.95963.80539.6529
Yxy3.80530.30690.1960
Hunter Lab19.507220.3956-15.6839
CIE-Lab23.017030.4614-21.9082

#532458 color RGB value is (83,36,88).

#532458 hex color red value is 83, green value is 36 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #532458 hue: 0.82 , saturation: 0.42 and the lightness value of 532458 is 0.24.

The process color (four color CMYK) of #532458 color hex is 0.06, 0.59, 0.00, 0.65. Web safe color of #532458 is #663366. Color #532458 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100100 01011000
Octal 123 44 130
Decimal 83 36 88
Hex 53 24 58

RGB Percentages of Color #532458

%40.10
%17.39
%42.51

CMYK Percentages of Color #532458

%6
%59
%0
%65

Triadic Colors of #532458

#532458 #585324 #245853

Analogous Colors of #532458

#532458 #582443 #392458

Monochromatic Colors of #532458

#532458

Complementary Color

#532458 #295824

#532458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532458 Color CSS Codes

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

#532458 Text Font Color

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

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


#532458 Background Color

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

This div background color is #532458


#532458 Border Color

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

This div border color is #532458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532458


Comments

No comments written yet.

Please login to write comment.