Color Hex Logo

#a018ec Color Hex

#A018EC
(160,24,236)
0 Favorites   0 Comments

Color spaces of #a018ec

RGB 16024236
HSL0.770.850.51
HSV278°90°93°
CMYK 0.320.900.00   0.07
XYZ29.964214.183080.5152
Yxy14.18300.24040.1138
Hunter Lab37.660376.1168-100.3957
CIE-Lab44.494279.5459-76.5568

#a018ec color RGB value is (160,24,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00011000 11101100
Octal 240 30 354
Decimal 160 24 236
Hex A0 18 EC

RGB Percentages of Color #a018ec

%38.10
%5.71
%56.19

CMYK Percentages of Color #a018ec

%32
%90
%0
%7

Triadic Colors of #a018ec

#a018ec #eca018 #18eca0

Analogous Colors of #a018ec

#a018ec #ec18ce #3618ec

Monochromatic Colors of #a018ec

#a018ec

Complementary Color

#a018ec #64ec18

#a018ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a018ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a018ec Color CSS Codes

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

#a018ec Text Font Color

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

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


#a018ec Background Color

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

This div background color is #a018ec


#a018ec Border Color

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

This div border color is #a018ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a018ec


Comments

No comments written yet.

Please login to write comment.