Color Hex Logo

#a493ee Color Hex

#A493EE
(164,147,238)
0 Favorites   0 Comments

Color spaces of #a493ee

RGB 164147238
HSL0.700.730.75
HSV251°38°93°
CMYK 0.310.380.00   0.07
XYZ41.176234.933085.4614
Yxy34.93300.25480.2162
Hunter Lab59.104120.9237-44.3572
CIE-Lab65.696526.1917-43.6314

#a493ee color RGB value is (164,147,238).

#a493ee hex color red value is 164, green value is 147 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a493ee hue: 0.70 , saturation: 0.73 and the lightness value of a493ee is 0.75.

The process color (four color CMYK) of #a493ee color hex is 0.31, 0.38, 0.00, 0.07. Web safe color of #a493ee is #9999ff. Color #a493ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010011 11101110
Octal 244 223 356
Decimal 164 147 238
Hex A4 93 EE

RGB Percentages of Color #a493ee

%29.87
%26.78
%43.35

CMYK Percentages of Color #a493ee

%31
%38
%0
%7

Triadic Colors of #a493ee

#a493ee #eea493 #93eea4

Analogous Colors of #a493ee

#a493ee #d293ee #93b0ee

Monochromatic Colors of #a493ee

#a493ee

Complementary Color

#a493ee #ddee93

#a493ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a493ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a493ee Color CSS Codes

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

#a493ee Text Font Color

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

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


#a493ee Background Color

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

This div background color is #a493ee


#a493ee Border Color

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

This div border color is #a493ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a493ee


Comments

No comments written yet.

Please login to write comment.