Color Hex Logo

#a90cdf Color Hex

#A90CDF
(169,12,223)
0 Favorites   0 Comments

Color spaces of #a90cdf

RGB 16912223
HSL0.790.900.46
HSV285°95°87°
CMYK 0.240.950.00   0.13
XYZ29.812914.025770.9479
Yxy14.02570.25970.1222
Hunter Lab37.450976.5564-86.1048
CIE-Lab44.269879.9398-69.4763

#a90cdf color RGB value is (169,12,223).

#a90cdf hex color red value is 169, green value is 12 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a90cdf hue: 0.79 , saturation: 0.90 and the lightness value of a90cdf is 0.46.

The process color (four color CMYK) of #a90cdf color hex is 0.24, 0.95, 0.00, 0.13. Web safe color of #a90cdf is #9900cc. Color #a90cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00001100 11011111
Octal 251 14 337
Decimal 169 12 223
Hex A9 C DF

RGB Percentages of Color #a90cdf

%41.83
%2.97
%55.20

CMYK Percentages of Color #a90cdf

%24
%95
%0
%13

Triadic Colors of #a90cdf

#a90cdf #dfa90c #0cdfa9

Analogous Colors of #a90cdf

#a90cdf #df0cac #3f0cdf

Monochromatic Colors of #a90cdf

#a90cdf

Complementary Color

#a90cdf #42df0c

#a90cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a90cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a90cdf Color CSS Codes

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

#a90cdf Text Font Color

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

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


#a90cdf Background Color

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

This div background color is #a90cdf


#a90cdf Border Color

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

This div border color is #a90cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a90cdf


Comments

No comments written yet.

Please login to write comment.