Color Hex Logo

#a524ff Color Hex

#A524FF
(165,36,255)
1 Favorites   0 Comments

Color spaces of #a524ff

RGB 16536255
HSL0.761.000.57
HSV275°86°100°
CMYK 0.350.860.00   0.00
XYZ34.197916.481195.9865
Yxy16.48110.23320.1124
Hunter Lab40.596979.3196-111.7662
CIE-Lab47.599581.4878-82.1155

#a524ff color RGB value is (165,36,255).

#a524ff hex color red value is 165, green value is 36 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a524ff hue: 0.76 , saturation: 1.00 and the lightness value of a524ff is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100100 11111111
Octal 245 44 377
Decimal 165 36 255
Hex A5 24 FF

RGB Percentages of Color #a524ff

%36.18
%7.89
%55.92

CMYK Percentages of Color #a524ff

%35
%86
%0
%0

Triadic Colors of #a524ff

#a524ff #ffa524 #24ffa5

Analogous Colors of #a524ff

#a524ff #ff24ec #3824ff

Monochromatic Colors of #a524ff

#a524ff

Complementary Color

#a524ff #7eff24

#a524ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a524ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a524ff Color CSS Codes

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

#a524ff Text Font Color

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

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


#a524ff Background Color

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

This div background color is #a524ff


#a524ff Border Color

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

This div border color is #a524ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a524ff

Related Colors


Comments

No comments written yet.

Please login to write comment.