Color Hex Logo

#a390ef Color Hex

#A390EF
(163,144,239)
0 Favorites   0 Comments

Color spaces of #a390ef

RGB 163144239
HSL0.700.750.75
HSV252°40°94°
CMYK 0.320.400.00   0.06
XYZ40.657533.965086.0744
Yxy33.96500.25300.2114
Hunter Lab58.279522.5377-46.7712
CIE-Lab64.934827.8794-45.3847

#a390ef color RGB value is (163,144,239).

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

The process color (four color CMYK) of #a390ef color hex is 0.32, 0.40, 0.00, 0.06. Web safe color of #a390ef is #9999ff. Color #a390ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010000 11101111
Octal 243 220 357
Decimal 163 144 239
Hex A3 90 EF

RGB Percentages of Color #a390ef

%29.85
%26.37
%43.77

CMYK Percentages of Color #a390ef

%32
%40
%0
%6

Triadic Colors of #a390ef

#a390ef #efa390 #90efa3

Analogous Colors of #a390ef

#a390ef #d390ef #90adef

Monochromatic Colors of #a390ef

#a390ef

Complementary Color

#a390ef #dcef90

#a390ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a390ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a390ef Color CSS Codes

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

#a390ef Text Font Color

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

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


#a390ef Background Color

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

This div background color is #a390ef


#a390ef Border Color

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

This div border color is #a390ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a390ef


Comments

No comments written yet.

Please login to write comment.