Color Hex Logo

#a318ec Color Hex

#A318EC
(163,24,236)
0 Favorites   0 Comments

Color spaces of #a318ec

RGB 16324236
HSL0.780.850.51
HSV279°90°93°
CMYK 0.310.900.00   0.07
XYZ30.571214.495980.5436
Yxy14.49590.24340.1154
Hunter Lab38.073576.6984-98.7752
CIE-Lab44.935979.9249-75.8167

#a318ec color RGB value is (163,24,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00011000 11101100
Octal 243 30 354
Decimal 163 24 236
Hex A3 18 EC

RGB Percentages of Color #a318ec

%38.53
%5.67
%55.79

CMYK Percentages of Color #a318ec

%31
%90
%0
%7

Triadic Colors of #a318ec

#a318ec #eca318 #18eca3

Analogous Colors of #a318ec

#a318ec #ec18cb #3918ec

Monochromatic Colors of #a318ec

#a318ec

Complementary Color

#a318ec #61ec18

#a318ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a318ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a318ec Color CSS Codes

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

#a318ec Text Font Color

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

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


#a318ec Background Color

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

This div background color is #a318ec


#a318ec Border Color

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

This div border color is #a318ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a318ec


Comments

No comments written yet.

Please login to write comment.