Color Hex Logo

#a015ee Color Hex

#A015EE
(160,21,238)
0 Favorites   0 Comments

Color spaces of #a015ee

RGB 16021238
HSL0.770.860.51
HSV278°91°93°
CMYK 0.330.910.00   0.07
XYZ30.198014.183082.0349
Yxy14.18300.23890.1122
Hunter Lab37.660377.2250-102.7883
CIE-Lab44.494280.4287-77.6876

#a015ee color RGB value is (160,21,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010101 11101110
Octal 240 25 356
Decimal 160 21 238
Hex A0 15 EE

RGB Percentages of Color #a015ee

%38.19
%5.01
%56.80

CMYK Percentages of Color #a015ee

%33
%91
%0
%7

Triadic Colors of #a015ee

#a015ee #eea015 #15eea0

Analogous Colors of #a015ee

#a015ee #ee15d0 #3315ee

Monochromatic Colors of #a015ee

#a015ee

Complementary Color

#a015ee #63ee15

#a015ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a015ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a015ee Color CSS Codes

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

#a015ee Text Font Color

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

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


#a015ee Background Color

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

This div background color is #a015ee


#a015ee Border Color

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

This div border color is #a015ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a015ee


Comments

No comments written yet.

Please login to write comment.