Color Hex Logo

#a51efc Color Hex

#A51EFC
(165,30,252)
0 Favorites   0 Comments

Color spaces of #a51efc

RGB 16530252
HSL0.770.970.55
HSV276°88°99°
CMYK 0.350.880.00   0.01
XYZ33.552015.956293.4069
Yxy15.95620.23480.1116
Hunter Lab39.945280.0270-110.6806
CIE-Lab46.917082.1764-81.5586

#a51efc color RGB value is (165,30,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00011110 11111100
Octal 245 36 374
Decimal 165 30 252
Hex A5 1E FC

RGB Percentages of Color #a51efc

%36.91
%6.71
%56.38

CMYK Percentages of Color #a51efc

%35
%88
%0
%1

Triadic Colors of #a51efc

#a51efc #fca51e #1efca5

Analogous Colors of #a51efc

#a51efc #fc1ee4 #361efc

Monochromatic Colors of #a51efc

#a51efc

Complementary Color

#a51efc #75fc1e

#a51efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51efc Color CSS Codes

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

#a51efc Text Font Color

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

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


#a51efc Background Color

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

This div background color is #a51efc


#a51efc Border Color

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

This div border color is #a51efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51efc


Comments

No comments written yet.

Please login to write comment.