Color Hex Logo

#a925ff Color Hex

#A925FF
(169,37,255)
0 Favorites   0 Comments

Color spaces of #a925ff

RGB 16937255
HSL0.771.000.57
HSV276°85°100°
CMYK 0.340.850.00   0.00
XYZ35.073816.978296.0363
Yxy16.97820.23680.1146
Hunter Lab41.204679.8330-109.3450
CIE-Lab48.232681.7695-81.0571

#a925ff color RGB value is (169,37,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00100101 11111111
Octal 251 45 377
Decimal 169 37 255
Hex A9 25 FF

RGB Percentages of Color #a925ff

%36.66
%8.03
%55.31

CMYK Percentages of Color #a925ff

%34
%85
%0
%0

Triadic Colors of #a925ff

#a925ff #ffa925 #25ffa9

Analogous Colors of #a925ff

#a925ff #ff25e8 #3c25ff

Monochromatic Colors of #a925ff

#a925ff

Complementary Color

#a925ff #7bff25

#a925ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a925ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a925ff Color CSS Codes

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

#a925ff Text Font Color

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

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


#a925ff Background Color

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

This div background color is #a925ff


#a925ff Border Color

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

This div border color is #a925ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a925ff

Related Colors


Comments

No comments written yet.

Please login to write comment.