Color Hex Logo

#ab13ce Color Hex

#AB13CE
(171,19,206)
0 Favorites   0 Comments

Color spaces of #ab13ce

RGB 17119206
HSL0.800.830.44
HSV289°91°81°
CMYK 0.170.910.00   0.19
XYZ28.168013.579959.5291
Yxy13.57990.27810.1341
Hunter Lab36.850971.9522-69.9816
CIE-Lab43.624376.3553-60.7378

#ab13ce color RGB value is (171,19,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010011 11001110
Octal 253 23 316
Decimal 171 19 206
Hex AB 13 CE

RGB Percentages of Color #ab13ce

%43.18
%4.80
%52.02

CMYK Percentages of Color #ab13ce

%17
%91
%0
%19

Triadic Colors of #ab13ce

#ab13ce #ceab13 #13ceab

Analogous Colors of #ab13ce

#ab13ce #ce1394 #4d13ce

Monochromatic Colors of #ab13ce

#ab13ce

Complementary Color

#ab13ce #36ce13

#ab13ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab13ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab13ce Color CSS Codes

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

#ab13ce Text Font Color

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

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


#ab13ce Background Color

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

This div background color is #ab13ce


#ab13ce Border Color

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

This div border color is #ab13ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab13ce


Comments

No comments written yet.

Please login to write comment.