Color Hex Logo

#a493da Color Hex

#A493DA
(164,147,218)
0 Favorites   0 Comments

Color spaces of #a493da

RGB 164147218
HSL0.710.490.72
HSV254°33°85°
CMYK 0.250.330.00   0.15
XYZ38.398433.821970.8341
Yxy33.82190.26840.2364
Hunter Lab58.156616.0821-31.5050
CIE-Lab64.821021.2590-33.9504

#a493da color RGB value is (164,147,218).

#a493da hex color red value is 164, green value is 147 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a493da hue: 0.71 , saturation: 0.49 and the lightness value of a493da is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010011 11011010
Octal 244 223 332
Decimal 164 147 218
Hex A4 93 DA

RGB Percentages of Color #a493da

%31.00
%27.79
%41.21

CMYK Percentages of Color #a493da

%25
%33
%0
%15

Triadic Colors of #a493da

#a493da #daa493 #93daa4

Analogous Colors of #a493da

#a493da #c893da #93a6da

Monochromatic Colors of #a493da

#a493da

Complementary Color

#a493da #c9da93

#a493da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a493da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a493da Color CSS Codes

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

#a493da Text Font Color

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

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


#a493da Background Color

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

This div background color is #a493da


#a493da Border Color

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

This div border color is #a493da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a493da


Comments

No comments written yet.

Please login to write comment.