Color Hex Logo

#a036fd Color Hex

#A036FD
(160,54,253)
0 Favorites   0 Comments

Color spaces of #a036fd

RGB 16054253
HSL0.760.980.60
HSV272°79°99°
CMYK 0.370.790.00   0.01
XYZ33.546017.203894.4811
Yxy17.20380.23100.1185
Hunter Lab41.477571.7811-106.0219
CIE-Lab48.515875.2638-79.5277

#a036fd color RGB value is (160,54,253).

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

The process color (four color CMYK) of #a036fd color hex is 0.37, 0.79, 0.00, 0.01. Web safe color of #a036fd is #9933ff. Color #a036fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110110 11111101
Octal 240 66 375
Decimal 160 54 253
Hex A0 36 FD

RGB Percentages of Color #a036fd

%34.26
%11.56
%54.18

CMYK Percentages of Color #a036fd

%37
%79
%0
%1

Triadic Colors of #a036fd

#a036fd #fda036 #36fda0

Analogous Colors of #a036fd

#a036fd #fd36f7 #3c36fd

Monochromatic Colors of #a036fd

#a036fd

Complementary Color

#a036fd #93fd36

#a036fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a036fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a036fd Color CSS Codes

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

#a036fd Text Font Color

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

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


#a036fd Background Color

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

This div background color is #a036fd


#a036fd Border Color

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

This div border color is #a036fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a036fd


Comments

No comments written yet.

Please login to write comment.