Color Hex Logo

#ab7fff Color Hex

#AB7FFF
(171,127,255)
0 Favorites   0 Comments

Color spaces of #ab7fff

RGB 171127255
HSL0.721.000.75
HSV261°50°100°
CMYK 0.330.500.00   0.00
XYZ42.434031.056798.3658
Yxy31.05670.24690.1807
Hunter Lab55.728538.3923-65.6421
CIE-Lab62.555543.5441-57.9009

#ab7fff color RGB value is (171,127,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111111 11111111
Octal 253 177 377
Decimal 171 127 255
Hex AB 7F FF

RGB Percentages of Color #ab7fff

%30.92
%22.97
%46.11

CMYK Percentages of Color #ab7fff

%33
%50
%0
%0

Triadic Colors of #ab7fff

#ab7fff #ffab7f #7fffab

Analogous Colors of #ab7fff

#ab7fff #eb7fff #7f93ff

Monochromatic Colors of #ab7fff

#ab7fff

Complementary Color

#ab7fff #d3ff7f

#ab7fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7fff Color CSS Codes

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

#ab7fff Text Font Color

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

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


#ab7fff Background Color

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

This div background color is #ab7fff


#ab7fff Border Color

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

This div border color is #ab7fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7fff

Related Colors


Comments

No comments written yet.

Please login to write comment.