Color Hex Logo

#a51bff Color Hex

#A51BFF
(165,27,255)
1 Favorites   0 Comments

Color spaces of #a51bff

RGB 16527255
HSL0.771.000.55
HSV276°89°100°
CMYK 0.350.890.00   0.00
XYZ33.959016.003295.9068
Yxy16.00320.23280.1097
Hunter Lab40.004081.5199-114.1408
CIE-Lab46.978783.3335-83.1327

#a51bff color RGB value is (165,27,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00011011 11111111
Octal 245 33 377
Decimal 165 27 255
Hex A5 1B FF

RGB Percentages of Color #a51bff

%36.91
%6.04
%57.05

CMYK Percentages of Color #a51bff

%35
%89
%0
%0

Triadic Colors of #a51bff

#a51bff #ffa51b #1bffa5

Analogous Colors of #a51bff

#a51bff #ff1be7 #331bff

Monochromatic Colors of #a51bff

#a51bff

Complementary Color

#a51bff #75ff1b

#a51bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51bff Color CSS Codes

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

#a51bff Text Font Color

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

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


#a51bff Background Color

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

This div background color is #a51bff


#a51bff Border Color

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

This div border color is #a51bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51bff


Comments

No comments written yet.

Please login to write comment.