Color Hex Logo

#a51cfa Color Hex

#A51CFA
(165,28,250)
0 Favorites   0 Comments

Color spaces of #a51cfa

RGB 16528250
HSL0.770.960.55
HSV277°89°98°
CMYK 0.340.890.00   0.02
XYZ33.187615.732091.7299
Yxy15.73200.23600.1119
Hunter Lab39.663679.9445-109.3554
CIE-Lab46.620982.1686-80.9250

#a51cfa color RGB value is (165,28,250).

#a51cfa hex color red value is 165, green value is 28 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a51cfa hue: 0.77 , saturation: 0.96 and the lightness value of a51cfa is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00011100 11111010
Octal 245 34 372
Decimal 165 28 250
Hex A5 1C FA

RGB Percentages of Color #a51cfa

%37.25
%6.32
%56.43

CMYK Percentages of Color #a51cfa

%34
%89
%0
%2

Triadic Colors of #a51cfa

#a51cfa #faa51c #1cfaa5

Analogous Colors of #a51cfa

#a51cfa #fa1ce0 #361cfa

Monochromatic Colors of #a51cfa

#a51cfa

Complementary Color

#a51cfa #71fa1c

#a51cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51cfa Color CSS Codes

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

#a51cfa Text Font Color

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

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


#a51cfa Background Color

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

This div background color is #a51cfa


#a51cfa Border Color

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

This div border color is #a51cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51cfa


Comments

No comments written yet.

Please login to write comment.