color codes Logo

#a90dfe color codes

#A90DFE
(169,13,254)
0 Favorites   0 Comments

Color spaces of #a90dfe

RGB 16913254
HSL0.770.990.52
HSV279°95°100°
CMYK 0.330.950.00   0.00
XYZ34.395515.878695.0180
Yxy15.87860.23670.1093
Hunter Lab39.848084.3416-113.4842
CIE-Lab46.814885.5535-82.8212

#a90dfe color RGB value is (169,13,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00001101 11111110
Octal 251 15 376
Decimal 169 13 254
Hex A9 D FE

RGB Percentages of Color #a90dfe

%38.76
%2.98
%58.26

CMYK Percentages of Color #a90dfe

%33
%95
%0
%0

Triadic Colors of #a90dfe

#a90dfe #fea90d #0dfea9

Analogous Colors of #a90dfe

#a90dfe #fe0ddb #300dfe

Monochromatic Colors of #a90dfe

#a90dfe

Complementary Color

#a90dfe #62fe0d

#a90dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a90dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a90dfe Color CSS Codes

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

#a90dfe Text Font Color

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

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


#a90dfe Background Color

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

This div background color is #a90dfe


#a90dfe Border Color

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

This div border color is #a90dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a90dfe


Comments

No comments written yet.

Please login to write comment.