Color Hex Logo

#a126fd Color Hex

#A126FD
(161,38,253)
0 Favorites   0 Comments

Color spaces of #a126fd

RGB 16138253
HSL0.760.980.57
HSV274°85°99°
CMYK 0.360.850.00   0.01
XYZ33.120716.055194.2818
Yxy16.05510.23090.1119
Hunter Lab40.068877.4269-111.4610
CIE-Lab47.046780.0966-81.9265

#a126fd color RGB value is (161,38,253).

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

The process color (four color CMYK) of #a126fd color hex is 0.36, 0.85, 0.00, 0.01. Web safe color of #a126fd is #9933ff. Color #a126fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00100110 11111101
Octal 241 46 375
Decimal 161 38 253
Hex A1 26 FD

RGB Percentages of Color #a126fd

%35.62
%8.41
%55.97

CMYK Percentages of Color #a126fd

%36
%85
%0
%1

Triadic Colors of #a126fd

#a126fd #fda126 #26fda1

Analogous Colors of #a126fd

#a126fd #fd26ee #3526fd

Monochromatic Colors of #a126fd

#a126fd

Complementary Color

#a126fd #82fd26

#a126fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a126fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a126fd Color CSS Codes

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

#a126fd Text Font Color

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

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


#a126fd Background Color

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

This div background color is #a126fd


#a126fd Border Color

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

This div border color is #a126fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a126fd


Comments

No comments written yet.

Please login to write comment.