Color Hex Logo

#a51abe Color Hex

#A51ABE
(165,26,190)
0 Favorites   0 Comments

Color spaces of #a51abe

RGB 16526190
HSL0.810.760.42
HSV291°86°75°
CMYK 0.130.860.00   0.25
XYZ25.180712.455849.7922
Yxy12.45580.28800.1425
Hunter Lab35.292865.5939-58.9433
CIE-Lab41.931671.4242-54.2042

#a51abe color RGB value is (165,26,190).

#a51abe hex color red value is 165, green value is 26 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a51abe hue: 0.81 , saturation: 0.76 and the lightness value of a51abe is 0.42.

The process color (four color CMYK) of #a51abe color hex is 0.13, 0.86, 0.00, 0.25. Web safe color of #a51abe is #9933cc. Color #a51abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00011010 10111110
Octal 245 32 276
Decimal 165 26 190
Hex A5 1A BE

RGB Percentages of Color #a51abe

%43.31
%6.82
%49.87

CMYK Percentages of Color #a51abe

%13
%86
%0
%25

Triadic Colors of #a51abe

#a51abe #bea51a #1abea5

Analogous Colors of #a51abe

#a51abe #be1a85 #531abe

Monochromatic Colors of #a51abe

#a51abe

Complementary Color

#a51abe #33be1a

#a51abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51abe Color CSS Codes

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

#a51abe Text Font Color

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

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


#a51abe Background Color

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

This div background color is #a51abe


#a51abe Border Color

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

This div border color is #a51abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51abe


Comments

No comments written yet.

Please login to write comment.