Color Hex Logo

#a309ee Color Hex

#A309EE
(163,9,238)
0 Favorites   0 Comments

Color spaces of #a309ee

RGB 1639238
HSL0.780.930.48
HSV280°96°93°
CMYK 0.320.960.00   0.07
XYZ30.634614.155082.0065
Yxy14.15500.24160.1116
Hunter Lab37.623179.5030-102.8972
CIE-Lab44.454482.2368-77.7353

#a309ee color RGB value is (163,9,238).

#a309ee hex color red value is 163, green value is 9 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a309ee hue: 0.78 , saturation: 0.93 and the lightness value of a309ee is 0.48.

The process color (four color CMYK) of #a309ee color hex is 0.32, 0.96, 0.00, 0.07. Web safe color of #a309ee is #9900ff. Color #a309ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00001001 11101110
Octal 243 11 356
Decimal 163 9 238
Hex A3 9 EE

RGB Percentages of Color #a309ee

%39.76
%2.20
%58.05

CMYK Percentages of Color #a309ee

%32
%96
%0
%7

Triadic Colors of #a309ee

#a309ee #eea309 #09eea3

Analogous Colors of #a309ee

#a309ee #ee09c7 #3009ee

Monochromatic Colors of #a309ee

#a309ee

Complementary Color

#a309ee #54ee09

#a309ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a309ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a309ee Color CSS Codes

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

#a309ee Text Font Color

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

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


#a309ee Background Color

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

This div background color is #a309ee


#a309ee Border Color

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

This div border color is #a309ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a309ee


Comments

No comments written yet.

Please login to write comment.