Color Hex Logo

#a211ed Color Hex

#A211ED
(162,17,237)
0 Favorites   0 Comments

Color spaces of #a211ed

RGB 16217237
HSL0.780.870.50
HSV280°93°93°
CMYK 0.320.930.00   0.07
XYZ30.386814.196781.2594
Yxy14.19670.24150.1128
Hunter Lab37.678578.0185-101.4929
CIE-Lab44.513781.0543-77.0788

#a211ed color RGB value is (162,17,237).

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

The process color (four color CMYK) of #a211ed color hex is 0.32, 0.93, 0.00, 0.07. Web safe color of #a211ed is #9900ff. Color #a211ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00010001 11101101
Octal 242 21 355
Decimal 162 17 237
Hex A2 11 ED

RGB Percentages of Color #a211ed

%38.94
%4.09
%56.97

CMYK Percentages of Color #a211ed

%32
%93
%0
%7

Triadic Colors of #a211ed

#a211ed #eda211 #11eda2

Analogous Colors of #a211ed

#a211ed #ed11ca #3411ed

Monochromatic Colors of #a211ed

#a211ed

Complementary Color

#a211ed #5ced11

#a211ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a211ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a211ed Color CSS Codes

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

#a211ed Text Font Color

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

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


#a211ed Background Color

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

This div background color is #a211ed


#a211ed Border Color

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

This div border color is #a211ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a211ed


Comments

No comments written yet.

Please login to write comment.