Color Hex Logo

#ab1fcf Color Hex

#AB1FCF
(171,31,207)
0 Favorites   0 Comments

Color spaces of #ab1fcf

RGB 17131207
HSL0.800.740.47
HSV288°85°81°
CMYK 0.170.850.00   0.19
XYZ28.547114.142960.2567
Yxy14.14290.27730.1374
Hunter Lab37.607069.6851-68.6737
CIE-Lab44.437274.3405-60.0000

#ab1fcf color RGB value is (171,31,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00011111 11001111
Octal 253 37 317
Decimal 171 31 207
Hex AB 1F CF

RGB Percentages of Color #ab1fcf

%41.81
%7.58
%50.61

CMYK Percentages of Color #ab1fcf

%17
%85
%0
%19

Triadic Colors of #ab1fcf

#ab1fcf #cfab1f #1fcfab

Analogous Colors of #ab1fcf

#ab1fcf #cf1f9b #531fcf

Monochromatic Colors of #ab1fcf

#ab1fcf

Complementary Color

#ab1fcf #43cf1f

#ab1fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab1fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab1fcf Color CSS Codes

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

#ab1fcf Text Font Color

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

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


#ab1fcf Background Color

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

This div background color is #ab1fcf


#ab1fcf Border Color

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

This div border color is #ab1fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab1fcf


Comments

No comments written yet.

Please login to write comment.