Color Hex Logo

#a215bc Color Hex

#A215BC
(162,21,188)
0 Favorites   0 Comments

Color spaces of #a215bc

RGB 16221188
HSL0.810.800.41
HSV291°89°74°
CMYK 0.140.890.00   0.26
XYZ24.245611.848648.5861
Yxy11.84860.28630.1399
Hunter Lab34.421865.4915-59.5921
CIE-Lab40.974571.5242-54.6000

#a215bc color RGB value is (162,21,188).

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

The process color (four color CMYK) of #a215bc color hex is 0.14, 0.89, 0.00, 0.26. Web safe color of #a215bc is #9900cc. Color #a215bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00010101 10111100
Octal 242 25 274
Decimal 162 21 188
Hex A2 15 BC

RGB Percentages of Color #a215bc

%43.67
%5.66
%50.67

CMYK Percentages of Color #a215bc

%14
%89
%0
%26

Triadic Colors of #a215bc

#a215bc #bca215 #15bca2

Analogous Colors of #a215bc

#a215bc #bc1583 #4e15bc

Monochromatic Colors of #a215bc

#a215bc

Complementary Color

#a215bc #2fbc15

#a215bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a215bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a215bc Color CSS Codes

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

#a215bc Text Font Color

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

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


#a215bc Background Color

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

This div background color is #a215bc


#a215bc Border Color

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

This div border color is #a215bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a215bc


Comments

No comments written yet.

Please login to write comment.