Color Hex Logo

#ab21ce Color Hex

#AB21CE
(171,33,206)
0 Favorites   0 Comments

Color spaces of #ab21ce

RGB 17133206
HSL0.800.720.47
HSV288°84°81°
CMYK 0.170.840.00   0.19
XYZ28.479014.201959.6327
Yxy14.20190.27840.1388
Hunter Lab37.685468.9436-67.4396
CIE-Lab44.521173.7123-59.2865

#ab21ce color RGB value is (171,33,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100001 11001110
Octal 253 41 316
Decimal 171 33 206
Hex AB 21 CE

RGB Percentages of Color #ab21ce

%41.71
%8.05
%50.24

CMYK Percentages of Color #ab21ce

%17
%84
%0
%19

Triadic Colors of #ab21ce

#ab21ce #ceab21 #21ceab

Analogous Colors of #ab21ce

#ab21ce #ce219b #5421ce

Monochromatic Colors of #ab21ce

#ab21ce

Complementary Color

#ab21ce #44ce21

#ab21ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab21ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab21ce Color CSS Codes

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

#ab21ce Text Font Color

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

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


#ab21ce Background Color

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

This div background color is #ab21ce


#ab21ce Border Color

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

This div border color is #ab21ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,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 #ab21ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab21ce


Comments

No comments written yet.

Please login to write comment.