Color Hex Logo

#ab6fff Color Hex

#AB6FFF
(171,111,255)
0 Favorites   0 Comments

Color spaces of #ab6fff

RGB 171111255
HSL0.741.000.72
HSV265°56°100°
CMYK 0.330.560.00   0.00
XYZ40.529027.246897.7308
Yxy27.24680.24490.1646
Hunter Lab52.198547.2473-74.4693
CIE-Lab59.202152.1921-63.2656

#ab6fff color RGB value is (171,111,255).

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

The process color (four color CMYK) of #ab6fff color hex is 0.33, 0.56, 0.00, 0.00. Web safe color of #ab6fff is #9966ff. Color #ab6fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01101111 11111111
Octal 253 157 377
Decimal 171 111 255
Hex AB 6F FF

RGB Percentages of Color #ab6fff

%31.84
%20.67
%47.49

CMYK Percentages of Color #ab6fff

%33
%56
%0
%0

Triadic Colors of #ab6fff

#ab6fff #ffab6f #6fffab

Analogous Colors of #ab6fff

#ab6fff #f36fff #6f7bff

Monochromatic Colors of #ab6fff

#ab6fff

Complementary Color

#ab6fff #c3ff6f

#ab6fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab6fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab6fff Color CSS Codes

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

#ab6fff Text Font Color

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

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


#ab6fff Background Color

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

This div background color is #ab6fff


#ab6fff Border Color

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

This div border color is #ab6fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab6fff

Related Colors


Comments

No comments written yet.

Please login to write comment.