Color Hex Logo

#ab1efb Color Hex

#AB1EFB
(171,30,251)
0 Favorites   0 Comments

Color spaces of #ab1efb

RGB 17130251
HSL0.770.970.55
HSV278°88°98°
CMYK 0.320.880.00   0.02
XYZ34.671416.551592.6342
Yxy16.55150.24100.1151
Hunter Lab40.683580.9254-106.5216
CIE-Lab47.689982.7319-79.7006

#ab1efb color RGB value is (171,30,251).

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

The process color (four color CMYK) of #ab1efb color hex is 0.32, 0.88, 0.00, 0.02. Web safe color of #ab1efb is #9933ff. Color #ab1efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00011110 11111011
Octal 253 36 373
Decimal 171 30 251
Hex AB 1E FB

RGB Percentages of Color #ab1efb

%37.83
%6.64
%55.53

CMYK Percentages of Color #ab1efb

%32
%88
%0
%2

Triadic Colors of #ab1efb

#ab1efb #fbab1e #1efbab

Analogous Colors of #ab1efb

#ab1efb #fb1edd #3c1efb

Monochromatic Colors of #ab1efb

#ab1efb

Complementary Color

#ab1efb #6efb1e

#ab1efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab1efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab1efb Color CSS Codes

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

#ab1efb Text Font Color

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

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


#ab1efb Background Color

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

This div background color is #ab1efb


#ab1efb Border Color

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

This div border color is #ab1efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab1efb


Comments

No comments written yet.

Please login to write comment.