Color Hex Logo

#a190da Color Hex

#A190DA
(161,144,218)
0 Favorites   0 Comments

Color spaces of #a190da

RGB 161144218
HSL0.700.500.71
HSV254°34°85°
CMYK 0.260.340.00   0.15
XYZ37.326132.585570.6520
Yxy32.58550.26550.2318
Hunter Lab57.083716.8217-33.4241
CIE-Lab63.823922.0836-35.5209

#a190da color RGB value is (161,144,218).

#a190da hex color red value is 161, green value is 144 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a190da hue: 0.70 , saturation: 0.50 and the lightness value of a190da is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10010000 11011010
Octal 241 220 332
Decimal 161 144 218
Hex A1 90 DA

RGB Percentages of Color #a190da

%30.78
%27.53
%41.68

CMYK Percentages of Color #a190da

%26
%34
%0
%15

Triadic Colors of #a190da

#a190da #daa190 #90daa1

Analogous Colors of #a190da

#a190da #c690da #90a4da

Monochromatic Colors of #a190da

#a190da

Complementary Color

#a190da #c9da90

#a190da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a190da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a190da Color CSS Codes

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

#a190da Text Font Color

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

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


#a190da Background Color

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

This div background color is #a190da


#a190da Border Color

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

This div border color is #a190da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a190da


Comments

No comments written yet.

Please login to write comment.