Color Hex Logo

#532fac Color Hex

#532FAC
(83,47,172)
0 Favorites   0 Comments

Color spaces of #532fac

RGB 8347172
HSL0.710.570.43
HSV257°73°67°
CMYK 0.520.730.00   0.33
XYZ12.03026.850639.7180
Yxy6.85060.20530.1169
Hunter Lab26.173736.2401-71.6499
CIE-Lab31.464346.4553-61.0672

#532fac color RGB value is (83,47,172).

#532fac hex color red value is 83, green value is 47 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #532fac hue: 0.71 , saturation: 0.57 and the lightness value of 532fac is 0.43.

The process color (four color CMYK) of #532fac color hex is 0.52, 0.73, 0.00, 0.33. Web safe color of #532fac is #663399. Color #532fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101111 10101100
Octal 123 57 254
Decimal 83 47 172
Hex 53 2F AC

RGB Percentages of Color #532fac

%27.48
%15.56
%56.95

CMYK Percentages of Color #532fac

%52
%73
%0
%33

Triadic Colors of #532fac

#532fac #ac532f #2fac53

Analogous Colors of #532fac

#532fac #922fac #2f4aac

Monochromatic Colors of #532fac

#532fac

Complementary Color

#532fac #88ac2f

#532fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#532fac Color CSS Codes

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

#532fac Text Font Color

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

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


#532fac Background Color

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

This div background color is #532fac


#532fac Border Color

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

This div border color is #532fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532fac


Comments

No comments written yet.

Please login to write comment.