Color Hex Logo

#a51cff Color Hex

#A51CFF
(165,28,255)
0 Favorites   0 Comments

Color spaces of #a51cff

RGB 16528255
HSL0.771.000.55
HSV276°89°100°
CMYK 0.350.890.00   0.00
XYZ33.982316.049895.9146
Yxy16.04980.23280.1100
Hunter Lab40.062281.3017-113.9051
CIE-Lab47.039883.1514-83.0326

#a51cff color RGB value is (165,28,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00011100 11111111
Octal 245 34 377
Decimal 165 28 255
Hex A5 1C FF

RGB Percentages of Color #a51cff

%36.83
%6.25
%56.92

CMYK Percentages of Color #a51cff

%35
%89
%0
%0

Triadic Colors of #a51cff

#a51cff #ffa51c #1cffa5

Analogous Colors of #a51cff

#a51cff #ff1ce8 #341cff

Monochromatic Colors of #a51cff

#a51cff

Complementary Color

#a51cff #76ff1c

#a51cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51cff Color CSS Codes

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

#a51cff Text Font Color

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

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


#a51cff Background Color

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

This div background color is #a51cff


#a51cff Border Color

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

This div border color is #a51cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51cff

#a51cff Color Palettes


Comments

No comments written yet.

Please login to write comment.