Color Hex Logo

#a525ff Color Hex

#A525FF
(165,37,255)
0 Favorites   0 Comments

Color spaces of #a525ff

RGB 16537255
HSL0.761.000.57
HSV275°85°100°
CMYK 0.350.850.00   0.00
XYZ34.228616.542595.9967
Yxy16.54250.23320.1127
Hunter Lab40.672579.0428-111.4678
CIE-Lab47.678381.2542-81.9863

#a525ff color RGB value is (165,37,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100101 11111111
Octal 245 45 377
Decimal 165 37 255
Hex A5 25 FF

RGB Percentages of Color #a525ff

%36.11
%8.10
%55.80

CMYK Percentages of Color #a525ff

%35
%85
%0
%0

Triadic Colors of #a525ff

#a525ff #ffa525 #25ffa5

Analogous Colors of #a525ff

#a525ff #ff25ec #3825ff

Monochromatic Colors of #a525ff

#a525ff

Complementary Color

#a525ff #7fff25

#a525ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a525ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a525ff Color CSS Codes

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

#a525ff Text Font Color

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

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


#a525ff Background Color

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

This div background color is #a525ff


#a525ff Border Color

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

This div border color is #a525ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,37,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 #a525ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a525ff


Comments

No comments written yet.

Please login to write comment.