Color Hex Logo

#ab7eff Color Hex

#AB7EFF
(171,126,255)
0 Favorites   0 Comments

Color spaces of #ab7eff

RGB 171126255
HSL0.721.000.75
HSV261°51°100°
CMYK 0.330.510.00   0.00
XYZ42.305430.799698.3229
Yxy30.79960.24680.1797
Hunter Lab55.497438.9493-66.1940
CIE-Lab62.338144.0947-58.2475

#ab7eff color RGB value is (171,126,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111110 11111111
Octal 253 176 377
Decimal 171 126 255
Hex AB 7E FF

RGB Percentages of Color #ab7eff

%30.98
%22.83
%46.20

CMYK Percentages of Color #ab7eff

%33
%51
%0
%0

Triadic Colors of #ab7eff

#ab7eff #ffab7e #7effab

Analogous Colors of #ab7eff

#ab7eff #ec7eff #7e92ff

Monochromatic Colors of #ab7eff

#ab7eff

Complementary Color

#ab7eff #d2ff7e

#ab7eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7eff Color CSS Codes

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

#ab7eff Text Font Color

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

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


#ab7eff Background Color

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

This div background color is #ab7eff


#ab7eff Border Color

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

This div border color is #ab7eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7eff


Comments

No comments written yet.

Please login to write comment.