Color Hex Logo

#a018ee Color Hex

#A018EE
(160,24,238)
0 Favorites   0 Comments

Color spaces of #a018ee

RGB 16024238
HSL0.770.860.51
HSV278°90°93°
CMYK 0.330.900.00   0.07
XYZ30.256514.299982.0544
Yxy14.29990.23900.1129
Hunter Lab37.815276.6438-102.1814
CIE-Lab44.660079.9345-77.4163

#a018ee color RGB value is (160,24,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00011000 11101110
Octal 240 30 356
Decimal 160 24 238
Hex A0 18 EE

RGB Percentages of Color #a018ee

%37.91
%5.69
%56.40

CMYK Percentages of Color #a018ee

%33
%90
%0
%7

Triadic Colors of #a018ee

#a018ee #eea018 #18eea0

Analogous Colors of #a018ee

#a018ee #ee18d1 #3518ee

Monochromatic Colors of #a018ee

#a018ee

Complementary Color

#a018ee #66ee18

#a018ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a018ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a018ee Color CSS Codes

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

#a018ee Text Font Color

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

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


#a018ee Background Color

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

This div background color is #a018ee


#a018ee Border Color

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

This div border color is #a018ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,24,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a018ee


Comments

No comments written yet.

Please login to write comment.