Color Hex Logo

#a140fb Color Hex

#A140FB
(161,64,251)
0 Favorites   0 Comments

Color spaces of #a140fb

RGB 16164251
HSL0.750.960.62
HSV271°75°98°
CMYK 0.360.750.00   0.02
XYZ33.943918.208992.9924
Yxy18.20890.23390.1255
Hunter Lab42.671967.3143-99.3370
CIE-Lab49.748571.3420-76.3952

#a140fb color RGB value is (161,64,251).

#a140fb hex color red value is 161, green value is 64 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a140fb hue: 0.75 , saturation: 0.96 and the lightness value of a140fb is 0.62.

The process color (four color CMYK) of #a140fb color hex is 0.36, 0.75, 0.00, 0.02. Web safe color of #a140fb is #9933ff. Color #a140fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000000 11111011
Octal 241 100 373
Decimal 161 64 251
Hex A1 40 FB

RGB Percentages of Color #a140fb

%33.82
%13.45
%52.73

CMYK Percentages of Color #a140fb

%36
%75
%0
%2

Triadic Colors of #a140fb

#a140fb #fba140 #40fba1

Analogous Colors of #a140fb

#a140fb #fb40f8 #4440fb

Monochromatic Colors of #a140fb

#a140fb

Complementary Color

#a140fb #9afb40

#a140fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a140fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a140fb Color CSS Codes

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

#a140fb Text Font Color

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

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


#a140fb Background Color

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

This div background color is #a140fb


#a140fb Border Color

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

This div border color is #a140fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,64,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a140fb


Comments

No comments written yet.

Please login to write comment.