Color Hex Logo

#a906fb Color Hex

#A906FB
(169,6,251)
0 Favorites   0 Comments

Color spaces of #a906fb

RGB 1696251
HSL0.780.970.50
HSV280°98°98°
CMYK 0.330.980.00   0.02
XYZ33.839915.530392.4809
Yxy15.53030.23860.1095
Hunter Lab39.408584.3123-111.5514
CIE-Lab46.352185.6189-81.9024

#a906fb color RGB value is (169,6,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00000110 11111011
Octal 251 6 373
Decimal 169 6 251
Hex A9 6 FB

RGB Percentages of Color #a906fb

%39.67
%1.41
%58.92

CMYK Percentages of Color #a906fb

%33
%98
%0
%2

Triadic Colors of #a906fb

#a906fb #fba906 #06fba9

Analogous Colors of #a906fb

#a906fb #fb06d3 #2e06fb

Monochromatic Colors of #a906fb

#a906fb

Complementary Color

#a906fb #58fb06

#a906fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a906fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a906fb Color CSS Codes

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

#a906fb Text Font Color

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

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


#a906fb Background Color

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

This div background color is #a906fb


#a906fb Border Color

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

This div border color is #a906fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a906fb


Comments

No comments written yet.

Please login to write comment.