Color Hex Logo

#a190bd Color Hex

#A190BD
(161,144,189)
0 Favorites   0 Comments

Color spaces of #a190bd

RGB 161144189
HSL0.730.250.65
HSV263°24°74°
CMYK 0.150.240.00   0.26
XYZ33.856531.197752.3814
Yxy31.19770.28830.2657
Hunter Lab55.854910.4519-16.5044
CIE-Lab62.674215.3232-21.0669

#a190bd color RGB value is (161,144,189).

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

The process color (four color CMYK) of #a190bd color hex is 0.15, 0.24, 0.00, 0.26. Web safe color of #a190bd is #9999cc. Color #a190bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10010000 10111101
Octal 241 220 275
Decimal 161 144 189
Hex A1 90 BD

RGB Percentages of Color #a190bd

%32.59
%29.15
%38.26

CMYK Percentages of Color #a190bd

%15
%24
%0
%26

Triadic Colors of #a190bd

#a190bd #bda190 #90bda1

Analogous Colors of #a190bd

#a190bd #b890bd #9096bd

Monochromatic Colors of #a190bd

#a190bd

Complementary Color

#a190bd #acbd90

#a190bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a190bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a190bd Color CSS Codes

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

#a190bd Text Font Color

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

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


#a190bd Background Color

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

This div background color is #a190bd


#a190bd Border Color

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

This div border color is #a190bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a190bd


Comments

No comments written yet.

Please login to write comment.