Color Hex Logo

#a215ec Color Hex

#A215EC
(162,21,236)
0 Favorites   0 Comments

Color spaces of #a215ec

RGB 16221236
HSL0.780.850.50
HSV279°91°93°
CMYK 0.310.910.00   0.07
XYZ30.308814.273880.5146
Yxy14.27380.24230.1141
Hunter Lab37.780777.0819-99.9067
CIE-Lab44.623180.2902-76.3343

#a215ec color RGB value is (162,21,236).

#a215ec hex color red value is 162, green value is 21 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a215ec hue: 0.78 , saturation: 0.85 and the lightness value of a215ec is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00010101 11101100
Octal 242 25 354
Decimal 162 21 236
Hex A2 15 EC

RGB Percentages of Color #a215ec

%38.66
%5.01
%56.32

CMYK Percentages of Color #a215ec

%31
%91
%0
%7

Triadic Colors of #a215ec

#a215ec #eca215 #15eca2

Analogous Colors of #a215ec

#a215ec #ec15cb #3615ec

Monochromatic Colors of #a215ec

#a215ec

Complementary Color

#a215ec #5fec15

#a215ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a215ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a215ec Color CSS Codes

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

#a215ec Text Font Color

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

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


#a215ec Background Color

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

This div background color is #a215ec


#a215ec Border Color

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

This div border color is #a215ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a215ec


Comments

No comments written yet.

Please login to write comment.