Color Hex Logo

#a90cca Color Hex

#A90CCA
(169,12,202)
0 Favorites   0 Comments

Color spaces of #a90cca

RGB 16912202
HSL0.800.890.42
HSV290°94°79°
CMYK 0.160.940.00   0.21
XYZ27.154312.962256.9479
Yxy12.96220.27980.1335
Hunter Lab36.003171.6233-68.5799
CIE-Lab42.706276.2647-59.9220

#a90cca color RGB value is (169,12,202).

#a90cca hex color red value is 169, green value is 12 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a90cca hue: 0.80 , saturation: 0.89 and the lightness value of a90cca is 0.42.

The process color (four color CMYK) of #a90cca color hex is 0.16, 0.94, 0.00, 0.21. Web safe color of #a90cca is #9900cc. Color #a90cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00001100 11001010
Octal 251 14 312
Decimal 169 12 202
Hex A9 C CA

RGB Percentages of Color #a90cca

%44.13
%3.13
%52.74

CMYK Percentages of Color #a90cca

%16
%94
%0
%21

Triadic Colors of #a90cca

#a90cca #caa90c #0ccaa9

Analogous Colors of #a90cca

#a90cca #ca0c8c #4a0cca

Monochromatic Colors of #a90cca

#a90cca

Complementary Color

#a90cca #2dca0c

#a90cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a90cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a90cca Color CSS Codes

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

#a90cca Text Font Color

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

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


#a90cca Background Color

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

This div background color is #a90cca


#a90cca Border Color

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

This div border color is #a90cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a90cca


Comments

No comments written yet.

Please login to write comment.