Color Hex Logo

#a215ff Color Hex

#A215FF
(162,21,255)
0 Favorites   0 Comments

Color spaces of #a215ff

RGB 16221255
HSL0.771.000.54
HSV276°92°100°
CMYK 0.360.920.00   0.00
XYZ33.218515.437795.8367
Yxy15.43770.22990.1068
Hunter Lab39.290882.1541-117.1143
CIE-Lab46.228083.9716-84.3803

#a215ff color RGB value is (162,21,255).

#a215ff hex color red value is 162, green value is 21 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a215ff hue: 0.77 , saturation: 1.00 and the lightness value of a215ff is 0.54.

The process color (four color CMYK) of #a215ff color hex is 0.36, 0.92, 0.00, 0.00. Web safe color of #a215ff is #9900ff. Color #a215ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00010101 11111111
Octal 242 25 377
Decimal 162 21 255
Hex A2 15 FF

RGB Percentages of Color #a215ff

%36.99
%4.79
%58.22

CMYK Percentages of Color #a215ff

%36
%92
%0
%0

Triadic Colors of #a215ff

#a215ff #ffa215 #15ffa2

Analogous Colors of #a215ff

#a215ff #ff15e7 #2d15ff

Monochromatic Colors of #a215ff

#a215ff

Complementary Color

#a215ff #72ff15

#a215ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a215ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a215ff Color CSS Codes

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

#a215ff Text Font Color

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

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


#a215ff Background Color

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

This div background color is #a215ff


#a215ff Border Color

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

This div border color is #a215ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a215ff

Related Colors


Comments

No comments written yet.

Please login to write comment.