Color Hex Logo

#a524fc Color Hex

#A524FC
(165,36,252)
0 Favorites   0 Comments

Color spaces of #a524fc

RGB 16536252
HSL0.770.970.56
HSV276°86°99°
CMYK 0.350.860.00   0.01
XYZ33.718616.289493.4625
Yxy16.28940.23500.1135
Hunter Lab40.360178.4964-109.0466
CIE-Lab47.351980.8856-80.8465

#a524fc color RGB value is (165,36,252).

#a524fc hex color red value is 165, green value is 36 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a524fc hue: 0.77 , saturation: 0.97 and the lightness value of a524fc is 0.56.

The process color (four color CMYK) of #a524fc color hex is 0.35, 0.86, 0.00, 0.01. Web safe color of #a524fc is #9933ff. Color #a524fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100100 11111100
Octal 245 44 374
Decimal 165 36 252
Hex A5 24 FC

RGB Percentages of Color #a524fc

%36.42
%7.95
%55.63

CMYK Percentages of Color #a524fc

%35
%86
%0
%1

Triadic Colors of #a524fc

#a524fc #fca524 #24fca5

Analogous Colors of #a524fc

#a524fc #fc24e7 #3924fc

Monochromatic Colors of #a524fc

#a524fc

Complementary Color

#a524fc #7bfc24

#a524fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a524fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a524fc Color CSS Codes

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

#a524fc Text Font Color

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

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


#a524fc Background Color

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

This div background color is #a524fc


#a524fc Border Color

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

This div border color is #a524fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a524fc

Related Colors


Comments

No comments written yet.

Please login to write comment.