Color Hex Logo

#a490fc Color Hex

#A490FC
(164,144,252)
0 Favorites   0 Comments

Color spaces of #a490fc

RGB 164144252
HSL0.700.950.78
HSV251°43°99°
CMYK 0.350.430.00   0.01
XYZ42.853834.867396.5669
Yxy34.86730.24590.2001
Hunter Lab59.048526.2094-55.6278
CIE-Lab65.645231.4823-51.3878

#a490fc color RGB value is (164,144,252).

#a490fc hex color red value is 164, green value is 144 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a490fc hue: 0.70 , saturation: 0.95 and the lightness value of a490fc is 0.78.

The process color (four color CMYK) of #a490fc color hex is 0.35, 0.43, 0.00, 0.01. Web safe color of #a490fc is #9999ff. Color #a490fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010000 11111100
Octal 244 220 374
Decimal 164 144 252
Hex A4 90 FC

RGB Percentages of Color #a490fc

%29.29
%25.71
%45.00

CMYK Percentages of Color #a490fc

%35
%43
%0
%1

Triadic Colors of #a490fc

#a490fc #fca490 #90fca4

Analogous Colors of #a490fc

#a490fc #da90fc #90b2fc

Monochromatic Colors of #a490fc

#a490fc

Complementary Color

#a490fc #e8fc90

#a490fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a490fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a490fc Color CSS Codes

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

#a490fc Text Font Color

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

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


#a490fc Background Color

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

This div background color is #a490fc


#a490fc Border Color

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

This div border color is #a490fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a490fc


Comments

No comments written yet.

Please login to write comment.