Color Hex Logo

#a90ecb Color Hex

#A90ECB
(169,14,203)
0 Favorites   0 Comments

Color spaces of #a90ecb

RGB 16914203
HSL0.800.870.43
HSV289°93°80°
CMYK 0.170.930.00   0.20
XYZ27.298713.060957.5821
Yxy13.06090.27870.1334
Hunter Lab36.139971.5874-69.1696
CIE-Lab42.854976.2068-60.2618

#a90ecb color RGB value is (169,14,203).

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

The process color (four color CMYK) of #a90ecb color hex is 0.17, 0.93, 0.00, 0.20. Web safe color of #a90ecb is #9900cc. Color #a90ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00001110 11001011
Octal 251 16 313
Decimal 169 14 203
Hex A9 E CB

RGB Percentages of Color #a90ecb

%43.78
%3.63
%52.59

CMYK Percentages of Color #a90ecb

%17
%93
%0
%20

Triadic Colors of #a90ecb

#a90ecb #cba90e #0ecba9

Analogous Colors of #a90ecb

#a90ecb #cb0e8f #4b0ecb

Monochromatic Colors of #a90ecb

#a90ecb

Complementary Color

#a90ecb #30cb0e

#a90ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a90ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a90ecb Color CSS Codes

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

#a90ecb Text Font Color

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

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


#a90ecb Background Color

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

This div background color is #a90ecb


#a90ecb Border Color

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

This div border color is #a90ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a90ecb


Comments

No comments written yet.

Please login to write comment.