Color Hex Logo

#a190df Color Hex

#A190DF
(161,144,223)
0 Favorites   0 Comments

Color spaces of #a190df

RGB 161144223
HSL0.700.550.72
HSV253°35°87°
CMYK 0.280.350.00   0.13
XYZ37.990532.851374.1507
Yxy32.85130.26200.2266
Hunter Lab57.316118.0111-36.5832
CIE-Lab64.040323.3103-37.9599

#a190df color RGB value is (161,144,223).

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

The process color (four color CMYK) of #a190df color hex is 0.28, 0.35, 0.00, 0.13. Web safe color of #a190df is #9999cc. Color #a190df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10010000 11011111
Octal 241 220 337
Decimal 161 144 223
Hex A1 90 DF

RGB Percentages of Color #a190df

%30.49
%27.27
%42.23

CMYK Percentages of Color #a190df

%28
%35
%0
%13

Triadic Colors of #a190df

#a190df #dfa190 #90dfa1

Analogous Colors of #a190df

#a190df #c990df #90a7df

Monochromatic Colors of #a190df

#a190df

Complementary Color

#a190df #cedf90

#a190df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a190df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a190df Color CSS Codes

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

#a190df Text Font Color

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

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


#a190df Background Color

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

This div background color is #a190df


#a190df Border Color

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

This div border color is #a190df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a190df


Comments

No comments written yet.

Please login to write comment.