Color Hex Logo

#a015f3 Color Hex

#A015F3
(160,21,243)
0 Favorites   0 Comments

Color spaces of #a015f3

RGB 16021243
HSL0.770.900.52
HSV278°91°95°
CMYK 0.340.910.00   0.05
XYZ30.943014.481085.9582
Yxy14.48100.23550.1102
Hunter Lab38.053978.5504-107.2897
CIE-Lab44.915081.3981-79.8183

#a015f3 color RGB value is (160,21,243).

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

The process color (four color CMYK) of #a015f3 color hex is 0.34, 0.91, 0.00, 0.05. Web safe color of #a015f3 is #9900ff. Color #a015f3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010101 11110011
Octal 240 25 363
Decimal 160 21 243
Hex A0 15 F3

RGB Percentages of Color #a015f3

%37.74
%4.95
%57.31

CMYK Percentages of Color #a015f3

%34
%91
%0
%5

Triadic Colors of #a015f3

#a015f3 #f3a015 #15f3a0

Analogous Colors of #a015f3

#a015f3 #f315d7 #3115f3

Monochromatic Colors of #a015f3

#a015f3

Complementary Color

#a015f3 #68f315

#a015f3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a015f3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a015f3 Color CSS Codes

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

#a015f3 Text Font Color

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

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


#a015f3 Background Color

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

This div background color is #a015f3


#a015f3 Border Color

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

This div border color is #a015f3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a015f3


Comments

No comments written yet.

Please login to write comment.