Color Hex Logo

#532ca3 Color Hex

#532CA3
(83,44,163)
0 Favorites   0 Comments

Color spaces of #532ca3

RGB 8344163
HSL0.720.570.41
HSV260°73°64°
CMYK 0.490.730.00   0.36
XYZ11.07886.284735.2795
Yxy6.28470.21050.1194
Hunter Lab25.069335.0127-65.8890
CIE-Lab30.119745.4509-57.8509

#532ca3 color RGB value is (83,44,163).

#532ca3 hex color red value is 83, green value is 44 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #532ca3 hue: 0.72 , saturation: 0.57 and the lightness value of 532ca3 is 0.41.

The process color (four color CMYK) of #532ca3 color hex is 0.49, 0.73, 0.00, 0.36. Web safe color of #532ca3 is #663399. Color #532ca3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101100 10100011
Octal 123 54 243
Decimal 83 44 163
Hex 53 2C A3

RGB Percentages of Color #532ca3

%28.62
%15.17
%56.21

CMYK Percentages of Color #532ca3

%49
%73
%0
%36

Triadic Colors of #532ca3

#532ca3 #a3532c #2ca353

Analogous Colors of #532ca3

#532ca3 #8f2ca3 #2c41a3

Monochromatic Colors of #532ca3

#532ca3

Complementary Color

#532ca3 #7ca32c

#532ca3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532ca3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532ca3 Color CSS Codes

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

#532ca3 Text Font Color

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

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


#532ca3 Background Color

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

This div background color is #532ca3


#532ca3 Border Color

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

This div border color is #532ca3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532ca3


Comments

No comments written yet.

Please login to write comment.