Color Hex Logo

#a494dc Color Hex

#A494DC
(164,148,220)
0 Favorites   0 Comments

Color spaces of #a494dc

RGB 164148220
HSL0.700.510.72
HSV253°33°86°
CMYK 0.250.330.00   0.14
XYZ38.818034.239672.2731
Yxy34.23960.26710.2356
Hunter Lab58.514616.0145-32.2706
CIE-Lab65.152321.1723-34.5448

#a494dc color RGB value is (164,148,220).

#a494dc hex color red value is 164, green value is 148 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a494dc hue: 0.70 , saturation: 0.51 and the lightness value of a494dc is 0.72.

The process color (four color CMYK) of #a494dc color hex is 0.25, 0.33, 0.00, 0.14. Web safe color of #a494dc is #9999cc. Color #a494dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010100 11011100
Octal 244 224 334
Decimal 164 148 220
Hex A4 94 DC

RGB Percentages of Color #a494dc

%30.83
%27.82
%41.35

CMYK Percentages of Color #a494dc

%25
%33
%0
%14

Triadic Colors of #a494dc

#a494dc #dca494 #94dca4

Analogous Colors of #a494dc

#a494dc #c894dc #94a8dc

Monochromatic Colors of #a494dc

#a494dc

Complementary Color

#a494dc #ccdc94

#a494dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a494dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a494dc Color CSS Codes

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

#a494dc Text Font Color

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

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


#a494dc Background Color

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

This div background color is #a494dc


#a494dc Border Color

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

This div border color is #a494dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a494dc


Comments

No comments written yet.

Please login to write comment.