Color Hex Logo

#ab11ce Color Hex

#AB11CE
(171,17,206)
0 Favorites   0 Comments

Color spaces of #ab11ce

RGB 17117206
HSL0.800.850.44
HSV289°92°81°
CMYK 0.170.920.00   0.19
XYZ28.135613.515159.5183
Yxy13.51510.27810.1336
Hunter Lab36.762972.2757-70.2552
CIE-Lab43.529376.6369-60.8917

#ab11ce color RGB value is (171,17,206).

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

The process color (four color CMYK) of #ab11ce color hex is 0.17, 0.92, 0.00, 0.19. Web safe color of #ab11ce is #9900cc. Color #ab11ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010001 11001110
Octal 253 21 316
Decimal 171 17 206
Hex AB 11 CE

RGB Percentages of Color #ab11ce

%43.40
%4.31
%52.28

CMYK Percentages of Color #ab11ce

%17
%92
%0
%19

Triadic Colors of #ab11ce

#ab11ce #ceab11 #11ceab

Analogous Colors of #ab11ce

#ab11ce #ce1193 #4c11ce

Monochromatic Colors of #ab11ce

#ab11ce

Complementary Color

#ab11ce #34ce11

#ab11ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab11ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab11ce Color CSS Codes

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

#ab11ce Text Font Color

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

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


#ab11ce Background Color

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

This div background color is #ab11ce


#ab11ce Border Color

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

This div border color is #ab11ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab11ce


Comments

No comments written yet.

Please login to write comment.