Color Hex Logo

#a390ed Color Hex

#A390ED
(163,144,237)
0 Favorites   0 Comments

Color spaces of #a390ed

RGB 163144237
HSL0.700.720.75
HSV252°39°93°
CMYK 0.310.390.00   0.07
XYZ40.363633.847584.5266
Yxy33.84750.25430.2132
Hunter Lab58.178622.0285-45.4163
CIE-Lab64.841327.3722-44.4306

#a390ed color RGB value is (163,144,237).

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

The process color (four color CMYK) of #a390ed color hex is 0.31, 0.39, 0.00, 0.07. Web safe color of #a390ed is #9999ff. Color #a390ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010000 11101101
Octal 243 220 355
Decimal 163 144 237
Hex A3 90 ED

RGB Percentages of Color #a390ed

%29.96
%26.47
%43.57

CMYK Percentages of Color #a390ed

%31
%39
%0
%7

Triadic Colors of #a390ed

#a390ed #eda390 #90eda3

Analogous Colors of #a390ed

#a390ed #d290ed #90aced

Monochromatic Colors of #a390ed

#a390ed

Complementary Color

#a390ed #daed90

#a390ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a390ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a390ed Color CSS Codes

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

#a390ed Text Font Color

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

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


#a390ed Background Color

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

This div background color is #a390ed


#a390ed Border Color

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

This div border color is #a390ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a390ed


Comments

No comments written yet.

Please login to write comment.