Color Hex Logo

#a90bfd Color Hex

#A90BFD
(169,11,253)
0 Favorites   0 Comments

Color spaces of #a90bfd

RGB 16911253
HSL0.780.980.52
HSV279°96°99°
CMYK 0.330.960.00   0.01
XYZ34.211515.766294.1685
Yxy15.76620.23730.1094
Hunter Lab39.706784.3100-112.8177
CIE-Lab46.666285.5574-82.5060

#a90bfd color RGB value is (169,11,253).

#a90bfd hex color red value is 169, green value is 11 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a90bfd hue: 0.78 , saturation: 0.98 and the lightness value of a90bfd is 0.52.

The process color (four color CMYK) of #a90bfd color hex is 0.33, 0.96, 0.00, 0.01. Web safe color of #a90bfd is #9900ff. Color #a90bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00001011 11111101
Octal 251 13 375
Decimal 169 11 253
Hex A9 B FD

RGB Percentages of Color #a90bfd

%39.03
%2.54
%58.43

CMYK Percentages of Color #a90bfd

%33
%96
%0
%1

Triadic Colors of #a90bfd

#a90bfd #fda90b #0bfda9

Analogous Colors of #a90bfd

#a90bfd #fd0bd8 #300bfd

Monochromatic Colors of #a90bfd

#a90bfd

Complementary Color

#a90bfd #5ffd0b

#a90bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a90bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a90bfd Color CSS Codes

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

#a90bfd Text Font Color

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

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


#a90bfd Background Color

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

This div background color is #a90bfd


#a90bfd Border Color

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

This div border color is #a90bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a90bfd


Comments

No comments written yet.

Please login to write comment.