Color Hex Logo

#a390da Color Hex

#A390DA
(163,144,218)
0 Favorites   0 Comments

Color spaces of #a390da

RGB 163144218
HSL0.710.500.71
HSV255°34°85°
CMYK 0.250.340.00   0.15
XYZ37.732432.795070.6710
Yxy32.79500.26720.2323
Hunter Lab57.266917.3941-33.0808
CIE-Lab63.994622.6715-35.2421

#a390da color RGB value is (163,144,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010000 11011010
Octal 243 220 332
Decimal 163 144 218
Hex A3 90 DA

RGB Percentages of Color #a390da

%31.05
%27.43
%41.52

CMYK Percentages of Color #a390da

%25
%34
%0
%15

Triadic Colors of #a390da

#a390da #daa390 #90daa3

Analogous Colors of #a390da

#a390da #c890da #90a2da

Monochromatic Colors of #a390da

#a390da

Complementary Color

#a390da #c7da90

#a390da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a390da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a390da Color CSS Codes

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

#a390da Text Font Color

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

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


#a390da Background Color

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

This div background color is #a390da


#a390da Border Color

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

This div border color is #a390da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,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 #a390da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a390da


Comments

No comments written yet.

Please login to write comment.