Color Hex Logo

#a914fb Color Hex

#A914FB
(169,20,251)
0 Favorites   0 Comments

Color spaces of #a914fb

RGB 16920251
HSL0.770.970.53
HSV279°92°98°
CMYK 0.330.920.00   0.02
XYZ34.024915.900492.5426
Yxy15.90040.23880.1116
Hunter Lab39.875382.5291-109.6875
CIE-Lab46.843584.1454-81.0973

#a914fb color RGB value is (169,20,251).

#a914fb hex color red value is 169, green value is 20 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a914fb hue: 0.77 , saturation: 0.97 and the lightness value of a914fb is 0.53.

The process color (four color CMYK) of #a914fb color hex is 0.33, 0.92, 0.00, 0.02. Web safe color of #a914fb is #9900ff. Color #a914fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010100 11111011
Octal 251 24 373
Decimal 169 20 251
Hex A9 14 FB

RGB Percentages of Color #a914fb

%38.41
%4.55
%57.05

CMYK Percentages of Color #a914fb

%33
%92
%0
%2

Triadic Colors of #a914fb

#a914fb #fba914 #14fba9

Analogous Colors of #a914fb

#a914fb #fb14da #3614fb

Monochromatic Colors of #a914fb

#a914fb

Complementary Color

#a914fb #66fb14

#a914fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a914fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a914fb Color CSS Codes

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

#a914fb Text Font Color

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

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


#a914fb Background Color

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

This div background color is #a914fb


#a914fb Border Color

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

This div border color is #a914fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a914fb


Comments

No comments written yet.

Please login to write comment.