color codes Logo

#a90ec7 color codes

#A90EC7
(169,14,199)
0 Favorites   0 Comments

Color spaces of #a90ec7

RGB 16914199
HSL0.810.870.42
HSV290°93°78°
CMYK 0.150.930.00   0.22
XYZ26.828012.872655.1035
Yxy12.87260.28300.1358
Hunter Lab35.878470.6858-65.9451
CIE-Lab42.570775.5248-58.3970

#a90ec7 color RGB value is (169,14,199).

#a90ec7 hex color red value is 169, green value is 14 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #a90ec7 hue: 0.81 , saturation: 0.87 and the lightness value of a90ec7 is 0.42.

The process color (four color CMYK) of #a90ec7 color code is 0.15, 0.93, 0.00, 0.22. Web safe color of #a90ec7 is #9900cc. Color #a90ec7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00001110 11000111
Octal 251 16 307
Decimal 169 14 199
Hex A9 E C7

RGB Percentages of Color #a90ec7

%44.24
%3.66
%52.09

CMYK Percentages of Color #a90ec7

%15
%93
%0
%22

Triadic Colors of #a90ec7

#a90ec7 #c7a90e #0ec7a9

Analogous Colors of #a90ec7

#a90ec7 #c70e89 #4d0ec7

Monochromatic Colors of #a90ec7

#a90ec7

Complementary Color

#a90ec7 #2cc70e

#a90ec7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a90ec7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a90ec7 Color CSS Codes

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

#a90ec7 Text Font Color

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

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


#a90ec7 Background Color

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

This div background color is #a90ec7


#a90ec7 Border Color

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

This div border color is #a90ec7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a90ec7

#a90ec7 Color Palettes


Comments

No comments written yet.

Please login to write comment.