Color Hex Logo

#ab1fce Color Hex

#AB1FCE
(171,31,206)
0 Favorites   0 Comments

Color spaces of #ab1fce

RGB 17131206
HSL0.800.740.46
HSV288°85°81°
CMYK 0.170.850.00   0.19
XYZ28.425214.094159.6148
Yxy14.09410.27830.1380
Hunter Lab37.542169.4535-67.8698
CIE-Lab44.367674.1632-59.5348

#ab1fce color RGB value is (171,31,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00011111 11001110
Octal 253 37 316
Decimal 171 31 206
Hex AB 1F CE

RGB Percentages of Color #ab1fce

%41.91
%7.60
%50.49

CMYK Percentages of Color #ab1fce

%17
%85
%0
%19

Triadic Colors of #ab1fce

#ab1fce #ceab1f #1fceab

Analogous Colors of #ab1fce

#ab1fce #ce1f9a #541fce

Monochromatic Colors of #ab1fce

#ab1fce

Complementary Color

#ab1fce #42ce1f

#ab1fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab1fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab1fce Color CSS Codes

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

#ab1fce Text Font Color

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

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


#ab1fce Background Color

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

This div background color is #ab1fce


#ab1fce Border Color

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

This div border color is #ab1fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab1fce


Comments

No comments written yet.

Please login to write comment.