Color Hex Logo

#a293da Color Hex

#A293DA
(162,147,218)
0 Favorites   0 Comments

Color spaces of #a293da

RGB 162147218
HSL0.700.490.72
HSV253°33°85°
CMYK 0.260.330.00   0.15
XYZ37.988933.610870.8150
Yxy33.61080.26670.2360
Hunter Lab57.974815.5090-31.8391
CIE-Lab64.652520.6666-34.2253

#a293da color RGB value is (162,147,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10010011 11011010
Octal 242 223 332
Decimal 162 147 218
Hex A2 93 DA

RGB Percentages of Color #a293da

%30.74
%27.89
%41.37

CMYK Percentages of Color #a293da

%26
%33
%0
%15

Triadic Colors of #a293da

#a293da #daa293 #93daa2

Analogous Colors of #a293da

#a293da #c693da #93a8da

Monochromatic Colors of #a293da

#a293da

Complementary Color

#a293da #cbda93

#a293da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a293da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a293da Color CSS Codes

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

#a293da Text Font Color

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

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


#a293da Background Color

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

This div background color is #a293da


#a293da Border Color

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

This div border color is #a293da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,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 #a293da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a293da


Comments

No comments written yet.

Please login to write comment.