Color Hex Logo

#a189fa Color Hex

#A189FA
(161,137,250)
0 Favorites   0 Comments

Color spaces of #a189fa

RGB 161137250
HSL0.700.920.76
HSV253°45°98°
CMYK 0.360.450.00   0.02
XYZ40.898932.370594.5350
Yxy32.37050.24370.1929
Hunter Lab56.895128.7479-58.6878
CIE-Lab63.647934.1704-53.4742

#a189fa color RGB value is (161,137,250).

#a189fa hex color red value is 161, green value is 137 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a189fa hue: 0.70 , saturation: 0.92 and the lightness value of a189fa is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001001 11111010
Octal 241 211 372
Decimal 161 137 250
Hex A1 89 FA

RGB Percentages of Color #a189fa

%29.38
%25.00
%45.62

CMYK Percentages of Color #a189fa

%36
%45
%0
%2

Triadic Colors of #a189fa

#a189fa #faa189 #89faa1

Analogous Colors of #a189fa

#a189fa #da89fa #89aafa

Monochromatic Colors of #a189fa

#a189fa

Complementary Color

#a189fa #e2fa89

#a189fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a189fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a189fa Color CSS Codes

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

#a189fa Text Font Color

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

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


#a189fa Background Color

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

This div background color is #a189fa


#a189fa Border Color

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

This div border color is #a189fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,137,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a189fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a189fa;
  -webkit-box-shadow: 1px 1px 3px 2px #a189fa;
  box-shadow:         1px 1px 3px 2px #a189fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,137,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a189fa


Comments

No comments written yet.

Please login to write comment.