Color Hex Logo

#a390cc Color Hex

#A390CC
(163,144,204)
0 Favorites   0 Comments

Color spaces of #a390cc

RGB 163144204
HSL0.720.370.68
HSV259°29°80°
CMYK 0.200.290.00   0.20
XYZ35.976632.092761.4251
Yxy32.09270.27780.2478
Hunter Lab56.650414.2206-24.6319
CIE-Lab63.419419.3600-28.3265

#a390cc color RGB value is (163,144,204).

#a390cc hex color red value is 163, green value is 144 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a390cc hue: 0.72 , saturation: 0.37 and the lightness value of a390cc is 0.68.

The process color (four color CMYK) of #a390cc color hex is 0.20, 0.29, 0.00, 0.20. Web safe color of #a390cc is #9999cc. Color #a390cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010000 11001100
Octal 243 220 314
Decimal 163 144 204
Hex A3 90 CC

RGB Percentages of Color #a390cc

%31.90
%28.18
%39.92

CMYK Percentages of Color #a390cc

%20
%29
%0
%20

Triadic Colors of #a390cc

#a390cc #cca390 #90cca3

Analogous Colors of #a390cc

#a390cc #c190cc #909bcc

Monochromatic Colors of #a390cc

#a390cc

Complementary Color

#a390cc #b9cc90

#a390cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a390cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a390cc Color CSS Codes

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

#a390cc Text Font Color

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

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


#a390cc Background Color

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

This div background color is #a390cc


#a390cc Border Color

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

This div border color is #a390cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a390cc


Comments

No comments written yet.

Please login to write comment.