Color Hex Logo

#a90ffc Color Hex

#A90FFC
(169,15,252)
0 Favorites   0 Comments

Color spaces of #a90ffc

RGB 16915252
HSL0.770.980.52
HSV279°94°99°
CMYK 0.330.940.00   0.01
XYZ34.103715.804993.3487
Yxy15.80490.23810.1103
Hunter Lab39.755483.5523-111.3887
CIE-Lab46.717584.9626-81.8631

#a90ffc color RGB value is (169,15,252).

#a90ffc hex color red value is 169, green value is 15 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a90ffc hue: 0.77 , saturation: 0.98 and the lightness value of a90ffc is 0.52.

The process color (four color CMYK) of #a90ffc color hex is 0.33, 0.94, 0.00, 0.01. Web safe color of #a90ffc is #9900ff. Color #a90ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00001111 11111100
Octal 251 17 374
Decimal 169 15 252
Hex A9 F FC

RGB Percentages of Color #a90ffc

%38.76
%3.44
%57.80

CMYK Percentages of Color #a90ffc

%33
%94
%0
%1

Triadic Colors of #a90ffc

#a90ffc #fca90f #0ffca9

Analogous Colors of #a90ffc

#a90ffc #fc0fd9 #320ffc

Monochromatic Colors of #a90ffc

#a90ffc

Complementary Color

#a90ffc #62fc0f

#a90ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a90ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a90ffc Color CSS Codes

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

#a90ffc Text Font Color

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

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


#a90ffc Background Color

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

This div background color is #a90ffc


#a90ffc Border Color

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

This div border color is #a90ffc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,15,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a90ffc


Comments

No comments written yet.

Please login to write comment.