Color Hex Logo

#ab1bff Color Hex

#AB1BFF
(171,27,255)
0 Favorites   0 Comments

Color spaces of #ab1bff

RGB 17127255
HSL0.771.000.55
HSV278°89°100°
CMYK 0.330.890.00   0.00
XYZ35.236516.661895.9666
Yxy16.66180.23830.1127
Hunter Lab40.818982.6554-110.8197
CIE-Lab47.831084.0539-81.7029

#ab1bff color RGB value is (171,27,255).

#ab1bff hex color red value is 171, green value is 27 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ab1bff hue: 0.77 , saturation: 1.00 and the lightness value of ab1bff is 0.55.

The process color (four color CMYK) of #ab1bff color hex is 0.33, 0.89, 0.00, 0.00. Web safe color of #ab1bff is #9933ff. Color #ab1bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00011011 11111111
Octal 253 33 377
Decimal 171 27 255
Hex AB 1B FF

RGB Percentages of Color #ab1bff

%37.75
%5.96
%56.29

CMYK Percentages of Color #ab1bff

%33
%89
%0
%0

Triadic Colors of #ab1bff

#ab1bff #ffab1b #1bffab

Analogous Colors of #ab1bff

#ab1bff #ff1be1 #391bff

Monochromatic Colors of #ab1bff

#ab1bff

Complementary Color

#ab1bff #6fff1b

#ab1bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab1bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab1bff Color CSS Codes

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

#ab1bff Text Font Color

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

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


#ab1bff Background Color

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

This div background color is #ab1bff


#ab1bff Border Color

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

This div border color is #ab1bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab1bff

Related Colors


Comments

No comments written yet.

Please login to write comment.