Color Hex Logo

#a214bd Color Hex

#A214BD
(162,20,189)
0 Favorites   0 Comments

Color spaces of #a214bd

RGB 16220189
HSL0.810.810.41
HSV290°89°74°
CMYK 0.140.890.00   0.26
XYZ24.335811.855849.1499
Yxy11.85580.28520.1389
Hunter Lab34.432365.9026-60.5302
CIE-Lab40.986071.8672-55.1690

#a214bd color RGB value is (162,20,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00010100 10111101
Octal 242 24 275
Decimal 162 20 189
Hex A2 14 BD

RGB Percentages of Color #a214bd

%43.67
%5.39
%50.94

CMYK Percentages of Color #a214bd

%14
%89
%0
%26

Triadic Colors of #a214bd

#a214bd #bda214 #14bda2

Analogous Colors of #a214bd

#a214bd #bd1484 #4d14bd

Monochromatic Colors of #a214bd

#a214bd

Complementary Color

#a214bd #2fbd14

#a214bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a214bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a214bd Color CSS Codes

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

#a214bd Text Font Color

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

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


#a214bd Background Color

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

This div background color is #a214bd


#a214bd Border Color

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

This div border color is #a214bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a214bd


Comments

No comments written yet.

Please login to write comment.