Color Hex Logo

#a532f7 Color Hex

#A532F7
(165,50,247)
0 Favorites   0 Comments

Color spaces of #a532f7

RGB 16550247
HSL0.760.920.58
HSV275°80°97°
CMYK 0.330.800.00   0.03
XYZ33.446216.995989.5134
Yxy16.99590.23900.1214
Hunter Lab41.226172.6691-99.8770
CIE-Lab48.254976.0378-76.5739

#a532f7 color RGB value is (165,50,247).

#a532f7 hex color red value is 165, green value is 50 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #a532f7 hue: 0.76 , saturation: 0.92 and the lightness value of a532f7 is 0.58.

The process color (four color CMYK) of #a532f7 color hex is 0.33, 0.80, 0.00, 0.03. Web safe color of #a532f7 is #9933ff. Color #a532f7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110010 11110111
Octal 245 62 367
Decimal 165 50 247
Hex A5 32 F7

RGB Percentages of Color #a532f7

%35.71
%10.82
%53.46

CMYK Percentages of Color #a532f7

%33
%80
%0
%3

Triadic Colors of #a532f7

#a532f7 #f7a532 #32f7a5

Analogous Colors of #a532f7

#a532f7 #f732e7 #4332f7

Monochromatic Colors of #a532f7

#a532f7

Complementary Color

#a532f7 #84f732

#a532f7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a532f7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a532f7 Color CSS Codes

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

#a532f7 Text Font Color

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

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


#a532f7 Background Color

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

This div background color is #a532f7


#a532f7 Border Color

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

This div border color is #a532f7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,50,247, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a532f7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a532f7;
  -webkit-box-shadow: 1px 1px 3px 2px #a532f7;
  box-shadow:         1px 1px 3px 2px #a532f7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,50,247, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a532f7

#a532f7 Color Palettes


Comments

No comments written yet.

Please login to write comment.