Color Hex Logo

#a309eb Color Hex

#A309EB
(163,9,235)
0 Favorites   0 Comments

Color spaces of #a309eb

RGB 1639235
HSL0.780.930.48
HSV281°96°92°
CMYK 0.310.960.00   0.08
XYZ30.197313.980179.7041
Yxy13.98010.24380.1129
Hunter Lab37.390078.7297-100.2153
CIE-Lab44.204481.6755-76.4472

#a309eb color RGB value is (163,9,235).

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

The process color (four color CMYK) of #a309eb color hex is 0.31, 0.96, 0.00, 0.08. Web safe color of #a309eb is #9900ff. Color #a309eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00001001 11101011
Octal 243 11 353
Decimal 163 9 235
Hex A3 9 EB

RGB Percentages of Color #a309eb

%40.05
%2.21
%57.74

CMYK Percentages of Color #a309eb

%31
%96
%0
%8

Triadic Colors of #a309eb

#a309eb #eba309 #09eba3

Analogous Colors of #a309eb

#a309eb #eb09c2 #3209eb

Monochromatic Colors of #a309eb

#a309eb

Complementary Color

#a309eb #51eb09

#a309eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a309eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a309eb Color CSS Codes

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

#a309eb Text Font Color

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

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


#a309eb Background Color

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

This div background color is #a309eb


#a309eb Border Color

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

This div border color is #a309eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,9,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a309eb


Comments

No comments written yet.

Please login to write comment.