Color Hex Logo

#a300ec Color Hex

#A300EC
(163,0,236)
0 Favorites   0 Comments

Color spaces of #a300ec

RGB 1630236
HSL0.781.000.46
HSV281°100°93°
CMYK 0.311.000.00   0.07
XYZ30.244613.842780.4347
Yxy13.84270.24290.1112
Hunter Lab37.205879.9926-102.1343
CIE-Lab44.006582.7065-77.3375

#a300ec color RGB value is (163,0,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00000000 11101100
Octal 243 0 354
Decimal 163 0 236
Hex A3 0 EC

RGB Percentages of Color #a300ec

%40.85
%0.00
%59.15

CMYK Percentages of Color #a300ec

%31
%100
%0
%7

Triadic Colors of #a300ec

#a300ec #eca300 #00eca3

Analogous Colors of #a300ec

#a300ec #ec00bf #2d00ec

Monochromatic Colors of #a300ec

#a300ec

Complementary Color

#a300ec #49ec00

#a300ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a300ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a300ec Color CSS Codes

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

#a300ec Text Font Color

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

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


#a300ec Background Color

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

This div background color is #a300ec


#a300ec Border Color

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

This div border color is #a300ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a300ec


Comments

No comments written yet.

Please login to write comment.