Color Hex Logo

#a51ce2 Color Hex

#A51CE2
(165,28,226)
0 Favorites   0 Comments

Color spaces of #a51ce2

RGB 16528226
HSL0.780.780.50
HSV282°88°89°
CMYK 0.270.880.00   0.11
XYZ29.659814.320873.1525
Yxy14.32080.25320.1223
Hunter Lab37.842873.6767-88.1212
CIE-Lab44.689577.5479-70.5302

#a51ce2 color RGB value is (165,28,226).

#a51ce2 hex color red value is 165, green value is 28 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #a51ce2 hue: 0.78 , saturation: 0.78 and the lightness value of a51ce2 is 0.50.

The process color (four color CMYK) of #a51ce2 color hex is 0.27, 0.88, 0.00, 0.11. Web safe color of #a51ce2 is #9933cc. Color #a51ce2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00011100 11100010
Octal 245 34 342
Decimal 165 28 226
Hex A5 1C E2

RGB Percentages of Color #a51ce2

%39.38
%6.68
%53.94

CMYK Percentages of Color #a51ce2

%27
%88
%0
%11

Triadic Colors of #a51ce2

#a51ce2 #e2a51c #1ce2a5

Analogous Colors of #a51ce2

#a51ce2 #e21cbc #421ce2

Monochromatic Colors of #a51ce2

#a51ce2

Complementary Color

#a51ce2 #59e21c

#a51ce2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51ce2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51ce2 Color CSS Codes

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

#a51ce2 Text Font Color

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

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


#a51ce2 Background Color

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

This div background color is #a51ce2


#a51ce2 Border Color

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

This div border color is #a51ce2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51ce2


Comments

No comments written yet.

Please login to write comment.