Color Hex Logo

#a090fb Color Hex

#A090FB
(160,144,251)
0 Favorites   0 Comments

Color spaces of #a090fb

RGB 160144251
HSL0.690.930.77
HSV249°43°98°
CMYK 0.360.430.00   0.02
XYZ41.883134.385195.6963
Yxy34.38510.24360.2000
Hunter Lab58.638824.8767-55.7119
CIE-Lab65.267130.1951-51.4606

#a090fb color RGB value is (160,144,251).

#a090fb hex color red value is 160, green value is 144 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a090fb hue: 0.69 , saturation: 0.93 and the lightness value of a090fb is 0.77.

The process color (four color CMYK) of #a090fb color hex is 0.36, 0.43, 0.00, 0.02. Web safe color of #a090fb is #9999ff. Color #a090fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010000 11111011
Octal 240 220 373
Decimal 160 144 251
Hex A0 90 FB

RGB Percentages of Color #a090fb

%28.83
%25.95
%45.23

CMYK Percentages of Color #a090fb

%36
%43
%0
%2

Triadic Colors of #a090fb

#a090fb #fba090 #90fba0

Analogous Colors of #a090fb

#a090fb #d690fb #90b6fb

Monochromatic Colors of #a090fb

#a090fb

Complementary Color

#a090fb #ebfb90

#a090fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a090fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a090fb Color CSS Codes

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

#a090fb Text Font Color

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

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


#a090fb Background Color

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

This div background color is #a090fb


#a090fb Border Color

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

This div border color is #a090fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,144,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a090fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a090fb;
  -webkit-box-shadow: 1px 1px 3px 2px #a090fb;
  box-shadow:         1px 1px 3px 2px #a090fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,144,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a090fb


Comments

No comments written yet.

Please login to write comment.