Color Hex Logo

#a90deb Color Hex

#A90DEB
(169,13,235)
0 Favorites   0 Comments

Color spaces of #a90deb

RGB 16913235
HSL0.780.900.49
HSV282°94°92°
CMYK 0.280.940.00   0.08
XYZ31.501514.721079.7784
Yxy14.72100.25000.1168
Hunter Lab38.368079.4111-96.4240
CIE-Lab45.249782.0126-74.7010

#a90deb color RGB value is (169,13,235).

#a90deb hex color red value is 169, green value is 13 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a90deb hue: 0.78 , saturation: 0.90 and the lightness value of a90deb is 0.49.

The process color (four color CMYK) of #a90deb color hex is 0.28, 0.94, 0.00, 0.08. Web safe color of #a90deb is #9900ff. Color #a90deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00001101 11101011
Octal 251 15 353
Decimal 169 13 235
Hex A9 D EB

RGB Percentages of Color #a90deb

%40.53
%3.12
%56.35

CMYK Percentages of Color #a90deb

%28
%94
%0
%8

Triadic Colors of #a90deb

#a90deb #eba90d #0deba9

Analogous Colors of #a90deb

#a90deb #eb0dbe #3a0deb

Monochromatic Colors of #a90deb

#a90deb

Complementary Color

#a90deb #4feb0d

#a90deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a90deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a90deb Color CSS Codes

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

#a90deb Text Font Color

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

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


#a90deb Background Color

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

This div background color is #a90deb


#a90deb Border Color

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

This div border color is #a90deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a90deb


Comments

No comments written yet.

Please login to write comment.