Color Hex Logo

#a531ff Color Hex

#A531FF
(165,49,255)
0 Favorites   0 Comments

Color spaces of #a531ff

RGB 16549255
HSL0.761.000.60
HSV274°81°100°
CMYK 0.350.810.00   0.00
XYZ34.665417.416096.1423
Yxy17.41600.23390.1175
Hunter Lab41.732575.2405-107.3782
CIE-Lab48.780078.0126-80.1838

#a531ff color RGB value is (165,49,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110001 11111111
Octal 245 61 377
Decimal 165 49 255
Hex A5 31 FF

RGB Percentages of Color #a531ff

%35.18
%10.45
%54.37

CMYK Percentages of Color #a531ff

%35
%81
%0
%0

Triadic Colors of #a531ff

#a531ff #ffa531 #31ffa5

Analogous Colors of #a531ff

#a531ff #ff31f2 #3e31ff

Monochromatic Colors of #a531ff

#a531ff

Complementary Color

#a531ff #8bff31

#a531ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a531ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a531ff Color CSS Codes

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

#a531ff Text Font Color

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

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


#a531ff Background Color

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

This div background color is #a531ff


#a531ff Border Color

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

This div border color is #a531ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a531ff


Comments

No comments written yet.

Please login to write comment.