Color Hex Logo

#a90dfb Color Hex

#A90DFB
(169,13,251)
0 Favorites   0 Comments

Color spaces of #a90dfb

RGB 16913251
HSL0.780.970.52
HSV279°95°98°
CMYK 0.330.950.00   0.02
XYZ33.918715.687992.5071
Yxy15.68790.23870.1104
Hunter Lab39.608083.5465-110.7503
CIE-Lab46.562384.9877-81.5579

#a90dfb color RGB value is (169,13,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00001101 11111011
Octal 251 15 373
Decimal 169 13 251
Hex A9 D FB

RGB Percentages of Color #a90dfb

%39.03
%3.00
%57.97

CMYK Percentages of Color #a90dfb

%33
%95
%0
%2

Triadic Colors of #a90dfb

#a90dfb #fba90d #0dfba9

Analogous Colors of #a90dfb

#a90dfb #fb0dd6 #320dfb

Monochromatic Colors of #a90dfb

#a90dfb

Complementary Color

#a90dfb #5ffb0d

#a90dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a90dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a90dfb Color CSS Codes

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

#a90dfb Text Font Color

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

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


#a90dfb Background Color

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

This div background color is #a90dfb


#a90dfb Border Color

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

This div border color is #a90dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a90dfb


Comments

No comments written yet.

Please login to write comment.