Color Hex Logo

#a90ece Color Hex

#A90ECE
(169,14,206)
0 Favorites   0 Comments

Color spaces of #a90ece

RGB 16914206
HSL0.800.870.43
HSV288°93°81°
CMYK 0.180.930.00   0.19
XYZ27.659813.205359.4836
Yxy13.20530.27560.1316
Hunter Lab36.339172.2733-71.6146
CIE-Lab43.071076.7235-61.6502

#a90ece color RGB value is (169,14,206).

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

The process color (four color CMYK) of #a90ece color hex is 0.18, 0.93, 0.00, 0.19. Web safe color of #a90ece is #9900cc. Color #a90ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00001110 11001110
Octal 251 16 316
Decimal 169 14 206
Hex A9 E CE

RGB Percentages of Color #a90ece

%43.44
%3.60
%52.96

CMYK Percentages of Color #a90ece

%18
%93
%0
%19

Triadic Colors of #a90ece

#a90ece #cea90e #0ecea9

Analogous Colors of #a90ece

#a90ece #ce0e93 #490ece

Monochromatic Colors of #a90ece

#a90ece

Complementary Color

#a90ece #33ce0e

#a90ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a90ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#a90ece Color CSS Codes

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

#a90ece Text Font Color

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

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


#a90ece Background Color

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

This div background color is #a90ece


#a90ece Border Color

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

This div border color is #a90ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a90ece


Comments

No comments written yet.

Please login to write comment.