Color Hex Logo

#a390a8 Color Hex

#A390A8
(163,144,168)
0 Favorites   0 Comments

Color spaces of #a390a8

RGB 163144168
HSL0.800.120.61
HSV288°14°66°
CMYK 0.030.140.00   0.34
XYZ32.145430.560241.2503
Yxy30.56020.30920.2940
Hunter Lab55.28137.0534-5.5447
CIE-Lab62.134611.5744-10.0020

#a390a8 color RGB value is (163,144,168).

#a390a8 hex color red value is 163, green value is 144 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #a390a8 hue: 0.80 , saturation: 0.12 and the lightness value of a390a8 is 0.61.

The process color (four color CMYK) of #a390a8 color hex is 0.03, 0.14, 0.00, 0.34. Web safe color of #a390a8 is #999999. Color #a390a8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010000 10101000
Octal 243 220 250
Decimal 163 144 168
Hex A3 90 A8

RGB Percentages of Color #a390a8

%34.32
%30.32
%35.37

CMYK Percentages of Color #a390a8

%3
%14
%0
%34

Triadic Colors of #a390a8

#a390a8 #a8a390 #90a8a3

Analogous Colors of #a390a8

#a390a8 #a890a1 #9790a8

Monochromatic Colors of #a390a8

#a390a8

Complementary Color

#a390a8 #95a890

#a390a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a390a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a390a8 Color CSS Codes

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

#a390a8 Text Font Color

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

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


#a390a8 Background Color

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

This div background color is #a390a8


#a390a8 Border Color

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

This div border color is #a390a8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a390a8


Comments

No comments written yet.

Please login to write comment.