Color Hex Logo

#a390c5 Color Hex

#A390C5
(163,144,197)
0 Favorites   0 Comments

Color spaces of #a390c5

RGB 163144197
HSL0.730.310.67
HSV262°27°77°
CMYK 0.170.270.00   0.23
XYZ35.155631.764357.1015
Yxy31.76430.28350.2561
Hunter Lab56.359812.7133-20.6184
CIE-Lab63.147617.7591-24.8231

#a390c5 color RGB value is (163,144,197).

#a390c5 hex color red value is 163, green value is 144 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #a390c5 hue: 0.73 , saturation: 0.31 and the lightness value of a390c5 is 0.67.

The process color (four color CMYK) of #a390c5 color hex is 0.17, 0.27, 0.00, 0.23. Web safe color of #a390c5 is #9999cc. Color #a390c5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010000 11000101
Octal 243 220 305
Decimal 163 144 197
Hex A3 90 C5

RGB Percentages of Color #a390c5

%32.34
%28.57
%39.09

CMYK Percentages of Color #a390c5

%17
%27
%0
%23

Triadic Colors of #a390c5

#a390c5 #c5a390 #90c5a3

Analogous Colors of #a390c5

#a390c5 #be90c5 #9098c5

Monochromatic Colors of #a390c5

#a390c5

Complementary Color

#a390c5 #b2c590

#a390c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a390c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a390c5 Color CSS Codes

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

#a390c5 Text Font Color

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

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


#a390c5 Background Color

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

This div background color is #a390c5


#a390c5 Border Color

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

This div border color is #a390c5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a390c5


Comments

No comments written yet.

Please login to write comment.