Color Hex Logo

#ab11cf Color Hex

#AB11CF
(171,17,207)
0 Favorites   0 Comments

Color spaces of #ab11cf

RGB 17117207
HSL0.800.850.44
HSV289°92°81°
CMYK 0.170.920.00   0.19
XYZ28.257513.563860.1602
Yxy13.56380.27710.1330
Hunter Lab36.829172.5052-71.0697
CIE-Lab43.600876.8096-61.3544

#ab11cf color RGB value is (171,17,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010001 11001111
Octal 253 21 317
Decimal 171 17 207
Hex AB 11 CF

RGB Percentages of Color #ab11cf

%43.29
%4.30
%52.41

CMYK Percentages of Color #ab11cf

%17
%92
%0
%19

Triadic Colors of #ab11cf

#ab11cf #cfab11 #11cfab

Analogous Colors of #ab11cf

#ab11cf #cf1194 #4c11cf

Monochromatic Colors of #ab11cf

#ab11cf

Complementary Color

#ab11cf #35cf11

#ab11cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab11cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab11cf Color CSS Codes

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

#ab11cf Text Font Color

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

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


#ab11cf Background Color

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

This div background color is #ab11cf


#ab11cf Border Color

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

This div border color is #ab11cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab11cf


Comments

No comments written yet.

Please login to write comment.