Color Hex Logo

#a293ee Color Hex

#A293EE
(162,147,238)
0 Favorites   0 Comments

Color spaces of #a293ee

RGB 162147238
HSL0.690.730.75
HSV250°38°93°
CMYK 0.320.380.00   0.07
XYZ40.766634.721985.4423
Yxy34.72190.25330.2158
Hunter Lab58.925320.3734-44.7234
CIE-Lab65.531625.6437-43.9019

#a293ee color RGB value is (162,147,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10010011 11101110
Octal 242 223 356
Decimal 162 147 238
Hex A2 93 EE

RGB Percentages of Color #a293ee

%29.62
%26.87
%43.51

CMYK Percentages of Color #a293ee

%32
%38
%0
%7

Triadic Colors of #a293ee

#a293ee #eea293 #93eea2

Analogous Colors of #a293ee

#a293ee #d093ee #93b2ee

Monochromatic Colors of #a293ee

#a293ee

Complementary Color

#a293ee #dfee93

#a293ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a293ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a293ee Color CSS Codes

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

#a293ee Text Font Color

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

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


#a293ee Background Color

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

This div background color is #a293ee


#a293ee Border Color

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

This div border color is #a293ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a293ee


Comments

No comments written yet.

Please login to write comment.