Color Hex Logo

#a051fd Color Hex

#A051FD
(160,81,253)
0 Favorites   0 Comments

Color spaces of #a051fd

RGB 16081253
HSL0.740.980.65
HSV268°68°99°
CMYK 0.370.680.00   0.01
XYZ35.169320.450395.0222
Yxy20.45030.23350.1358
Hunter Lab45.222059.6815-92.9270
CIE-Lab52.342664.3792-73.2934

#a051fd color RGB value is (160,81,253).

#a051fd hex color red value is 160, green value is 81 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a051fd hue: 0.74 , saturation: 0.98 and the lightness value of a051fd is 0.65.

The process color (four color CMYK) of #a051fd color hex is 0.37, 0.68, 0.00, 0.01. Web safe color of #a051fd is #9966ff. Color #a051fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010001 11111101
Octal 240 121 375
Decimal 160 81 253
Hex A0 51 FD

RGB Percentages of Color #a051fd

%32.39
%16.40
%51.21

CMYK Percentages of Color #a051fd

%37
%68
%0
%1

Triadic Colors of #a051fd

#a051fd #fda051 #51fda0

Analogous Colors of #a051fd

#a051fd #f651fd #5158fd

Monochromatic Colors of #a051fd

#a051fd

Complementary Color

#a051fd #aefd51

#a051fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a051fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a051fd Color CSS Codes

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

#a051fd Text Font Color

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

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


#a051fd Background Color

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

This div background color is #a051fd


#a051fd Border Color

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

This div border color is #a051fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,81,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a051fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a051fd;
  -webkit-box-shadow: 1px 1px 3px 2px #a051fd;
  box-shadow:         1px 1px 3px 2px #a051fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,81,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a051fd


Comments

No comments written yet.

Please login to write comment.