Color Hex Logo

#a390ae Color Hex

#A390AE
(163,144,174)
0 Favorites   0 Comments

Color spaces of #a390ae

RGB 163144174
HSL0.770.160.62
HSV278°17°68°
CMYK 0.060.170.00   0.32
XYZ32.717530.789044.2629
Yxy30.78900.30360.2857
Hunter Lab55.48788.1459-8.4544
CIE-Lab62.329112.7905-13.1072

#a390ae color RGB value is (163,144,174).

#a390ae hex color red value is 163, green value is 144 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a390ae hue: 0.77 , saturation: 0.16 and the lightness value of a390ae is 0.62.

The process color (four color CMYK) of #a390ae color hex is 0.06, 0.17, 0.00, 0.32. Web safe color of #a390ae is #999999. Color #a390ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010000 10101110
Octal 243 220 256
Decimal 163 144 174
Hex A3 90 AE

RGB Percentages of Color #a390ae

%33.89
%29.94
%36.17

CMYK Percentages of Color #a390ae

%6
%17
%0
%32

Triadic Colors of #a390ae

#a390ae #aea390 #90aea3

Analogous Colors of #a390ae

#a390ae #ae90aa #9490ae

Monochromatic Colors of #a390ae

#a390ae

Complementary Color

#a390ae #9bae90

#a390ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a390ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a390ae Color CSS Codes

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

#a390ae Text Font Color

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

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


#a390ae Background Color

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

This div background color is #a390ae


#a390ae Border Color

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

This div border color is #a390ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a390ae


Comments

No comments written yet.

Please login to write comment.