Color Hex Logo

#a90cbe Color Hex

#A90CBE
(169,12,190)
0 Favorites   0 Comments

Color spaces of #a90cbe

RGB 16912190
HSL0.810.880.40
HSV293°94°75°
CMYK 0.110.940.00   0.25
XYZ25.787912.415749.7525
Yxy12.41570.29320.1412
Hunter Lab35.235968.9749-59.0513
CIE-Lab41.869374.2532-54.2705

#a90cbe color RGB value is (169,12,190).

#a90cbe hex color red value is 169, green value is 12 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a90cbe hue: 0.81 , saturation: 0.88 and the lightness value of a90cbe is 0.40.

The process color (four color CMYK) of #a90cbe color hex is 0.11, 0.94, 0.00, 0.25. Web safe color of #a90cbe is #9900cc. Color #a90cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00001100 10111110
Octal 251 14 276
Decimal 169 12 190
Hex A9 C BE

RGB Percentages of Color #a90cbe

%45.55
%3.23
%51.21

CMYK Percentages of Color #a90cbe

%11
%94
%0
%25

Triadic Colors of #a90cbe

#a90cbe #bea90c #0cbea9

Analogous Colors of #a90cbe

#a90cbe #be0c7a #500cbe

Monochromatic Colors of #a90cbe

#a90cbe

Complementary Color

#a90cbe #21be0c

#a90cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a90cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a90cbe Color CSS Codes

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

#a90cbe Text Font Color

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

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


#a90cbe Background Color

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

This div background color is #a90cbe


#a90cbe Border Color

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

This div border color is #a90cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a90cbe


Comments

No comments written yet.

Please login to write comment.