Color Hex Logo

#532493 Color Hex

#532493
(83,36,147)
0 Favorites   0 Comments

Color spaces of #532493

RGB 8336147
HSL0.740.610.36
HSV265°76°58°
CMYK 0.440.760.00   0.42
XYZ9.46465.207328.1100
Yxy5.20730.22120.1217
Hunter Lab22.819534.1004-57.0622
CIE-Lab27.317445.0398-52.6643

#532493 color RGB value is (83,36,147).

#532493 hex color red value is 83, green value is 36 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #532493 hue: 0.74 , saturation: 0.61 and the lightness value of 532493 is 0.36.

The process color (four color CMYK) of #532493 color hex is 0.44, 0.76, 0.00, 0.42. Web safe color of #532493 is #663399. Color #532493 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100100 10010011
Octal 123 44 223
Decimal 83 36 147
Hex 53 24 93

RGB Percentages of Color #532493

%31.20
%13.53
%55.26

CMYK Percentages of Color #532493

%44
%76
%0
%42

Triadic Colors of #532493

#532493 #935324 #249353

Analogous Colors of #532493

#532493 #8b2493 #242c93

Monochromatic Colors of #532493

#532493

Complementary Color

#532493 #649324

#532493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532493 Color CSS Codes

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

#532493 Text Font Color

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

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


#532493 Background Color

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

This div background color is #532493


#532493 Border Color

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

This div border color is #532493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532493


Comments

No comments written yet.

Please login to write comment.