Color Hex Logo

#a190ba Color Hex

#A190BA
(161,144,186)
0 Favorites   0 Comments

Color spaces of #a190ba

RGB 161144186
HSL0.730.230.65
HSV264°23°73°
CMYK 0.130.230.00   0.27
XYZ33.534131.068850.6838
Yxy31.06880.29090.2695
Hunter Lab55.73949.8458-14.8948
CIE-Lab62.565714.6623-19.5424

#a190ba color RGB value is (161,144,186).

#a190ba hex color red value is 161, green value is 144 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a190ba hue: 0.73 , saturation: 0.23 and the lightness value of a190ba is 0.65.

The process color (four color CMYK) of #a190ba color hex is 0.13, 0.23, 0.00, 0.27. Web safe color of #a190ba is #9999cc. Color #a190ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10010000 10111010
Octal 241 220 272
Decimal 161 144 186
Hex A1 90 BA

RGB Percentages of Color #a190ba

%32.79
%29.33
%37.88

CMYK Percentages of Color #a190ba

%13
%23
%0
%27

Triadic Colors of #a190ba

#a190ba #baa190 #90baa1

Analogous Colors of #a190ba

#a190ba #b690ba #9094ba

Monochromatic Colors of #a190ba

#a190ba

Complementary Color

#a190ba #a9ba90

#a190ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a190ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a190ba Color CSS Codes

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

#a190ba Text Font Color

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

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


#a190ba Background Color

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

This div background color is #a190ba


#a190ba Border Color

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

This div border color is #a190ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a190ba


Comments

No comments written yet.

Please login to write comment.