Color Hex Logo

#a90dbe Color Hex

#A90DBE
(169,13,190)
0 Favorites   0 Comments

Color spaces of #a90dbe

RGB 16913190
HSL0.810.870.40
HSV293°93°75°
CMYK 0.110.930.00   0.25
XYZ25.800412.440649.7566
Yxy12.44060.29320.1414
Hunter Lab35.271268.8455-58.9496
CIE-Lab41.908074.1389-54.2081

#a90dbe color RGB value is (169,13,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00001101 10111110
Octal 251 15 276
Decimal 169 13 190
Hex A9 D BE

RGB Percentages of Color #a90dbe

%45.43
%3.49
%51.08

CMYK Percentages of Color #a90dbe

%11
%93
%0
%25

Triadic Colors of #a90dbe

#a90dbe #bea90d #0dbea9

Analogous Colors of #a90dbe

#a90dbe #be0d7b #500dbe

Monochromatic Colors of #a90dbe

#a90dbe

Complementary Color

#a90dbe #22be0d

#a90dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a90dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a90dbe Color CSS Codes

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

#a90dbe Text Font Color

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

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


#a90dbe Background Color

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

This div background color is #a90dbe


#a90dbe Border Color

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

This div border color is #a90dbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,13,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 #a90dbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a90dbe


Comments

No comments written yet.

Please login to write comment.