Color Hex Logo

#a215bb Color Hex

#A215BB
(162,21,187)
0 Favorites   0 Comments

Color spaces of #a215bb

RGB 16221187
HSL0.810.800.41
HSV291°89°73°
CMYK 0.130.890.00   0.27
XYZ24.138111.805648.0202
Yxy11.80560.28750.1406
Hunter Lab34.359365.2712-58.8116
CIE-Lab40.905571.3523-54.1233

#a215bb color RGB value is (162,21,187).

#a215bb hex color red value is 162, green value is 21 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a215bb hue: 0.81 , saturation: 0.80 and the lightness value of a215bb is 0.41.

The process color (four color CMYK) of #a215bb color hex is 0.13, 0.89, 0.00, 0.27. Web safe color of #a215bb is #9900cc. Color #a215bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00010101 10111011
Octal 242 25 273
Decimal 162 21 187
Hex A2 15 BB

RGB Percentages of Color #a215bb

%43.78
%5.68
%50.54

CMYK Percentages of Color #a215bb

%13
%89
%0
%27

Triadic Colors of #a215bb

#a215bb #bba215 #15bba2

Analogous Colors of #a215bb

#a215bb #bb1581 #4f15bb

Monochromatic Colors of #a215bb

#a215bb

Complementary Color

#a215bb #2ebb15

#a215bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a215bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a215bb Color CSS Codes

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

#a215bb Text Font Color

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

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


#a215bb Background Color

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

This div background color is #a215bb


#a215bb Border Color

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

This div border color is #a215bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a215bb


Comments

No comments written yet.

Please login to write comment.