Color Hex Logo

#a121ce Color Hex

#A121CE
(161,33,206)
0 Favorites   0 Comments

Color spaces of #a121ce

RGB 16133206
HSL0.790.720.47
HSV284°84°81°
CMYK 0.220.840.00   0.19
XYZ26.382413.121059.5346
Yxy13.12100.26640.1325
Hunter Lab36.222966.6176-72.0907
CIE-Lab42.945072.0852-61.9141

#a121ce color RGB value is (161,33,206).

#a121ce hex color red value is 161, green value is 33 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a121ce hue: 0.79 , saturation: 0.72 and the lightness value of a121ce is 0.47.

The process color (four color CMYK) of #a121ce color hex is 0.22, 0.84, 0.00, 0.19. Web safe color of #a121ce is #9933cc. Color #a121ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00100001 11001110
Octal 241 41 316
Decimal 161 33 206
Hex A1 21 CE

RGB Percentages of Color #a121ce

%40.25
%8.25
%51.50

CMYK Percentages of Color #a121ce

%22
%84
%0
%19

Triadic Colors of #a121ce

#a121ce #cea121 #21cea1

Analogous Colors of #a121ce

#a121ce #ce21a5 #4a21ce

Monochromatic Colors of #a121ce

#a121ce

Complementary Color

#a121ce #4ece21

#a121ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a121ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a121ce Color CSS Codes

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

#a121ce Text Font Color

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

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


#a121ce Background Color

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

This div background color is #a121ce


#a121ce Border Color

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

This div border color is #a121ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,33,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a121ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a121ce;
  -webkit-box-shadow: 1px 1px 3px 2px #a121ce;
  box-shadow:         1px 1px 3px 2px #a121ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,33,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a121ce


Comments

No comments written yet.

Please login to write comment.