Color Hex Logo

#ab5eff Color Hex

#AB5EFF
(171,94,255)
0 Favorites   0 Comments

Color spaces of #ab5eff

RGB 17194255
HSL0.751.000.68
HSV269°63°100°
CMYK 0.330.630.00   0.00
XYZ38.847323.883397.1702
Yxy23.88330.24290.1494
Hunter Lab48.870556.3666-83.6780
CIE-Lab55.970860.8412-68.4673

#ab5eff color RGB value is (171,94,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011110 11111111
Octal 253 136 377
Decimal 171 94 255
Hex AB 5E FF

RGB Percentages of Color #ab5eff

%32.88
%18.08
%49.04

CMYK Percentages of Color #ab5eff

%33
%63
%0
%0

Triadic Colors of #ab5eff

#ab5eff #ffab5e #5effab

Analogous Colors of #ab5eff

#ab5eff #fc5eff #5e61ff

Monochromatic Colors of #ab5eff

#ab5eff

Complementary Color

#ab5eff #b2ff5e

#ab5eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5eff Color CSS Codes

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

#ab5eff Text Font Color

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

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


#ab5eff Background Color

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

This div background color is #ab5eff


#ab5eff Border Color

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

This div border color is #ab5eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5eff

Related Colors


Comments

No comments written yet.

Please login to write comment.