Color Hex Logo

#a309ec Color Hex

#A309EC
(163,9,236)
0 Favorites   0 Comments

Color spaces of #a309ec

RGB 1639236
HSL0.780.930.48
HSV281°96°93°
CMYK 0.310.960.00   0.07
XYZ30.342314.038080.4673
Yxy14.03800.24300.1124
Hunter Lab37.467378.9875-101.1080
CIE-Lab44.287481.8629-76.8776

#a309ec color RGB value is (163,9,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00001001 11101100
Octal 243 11 354
Decimal 163 9 236
Hex A3 9 EC

RGB Percentages of Color #a309ec

%39.95
%2.21
%57.84

CMYK Percentages of Color #a309ec

%31
%96
%0
%7

Triadic Colors of #a309ec

#a309ec #eca309 #09eca3

Analogous Colors of #a309ec

#a309ec #ec09c4 #3109ec

Monochromatic Colors of #a309ec

#a309ec

Complementary Color

#a309ec #52ec09

#a309ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a309ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a309ec Color CSS Codes

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

#a309ec Text Font Color

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

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


#a309ec Background Color

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

This div background color is #a309ec


#a309ec Border Color

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

This div border color is #a309ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a309ec


Comments

No comments written yet.

Please login to write comment.