Color Hex Logo

#ab5bff Color Hex

#AB5BFF
(171,91,255)
0 Favorites   0 Comments

Color spaces of #ab5bff

RGB 17191255
HSL0.751.000.68
HSV269°64°100°
CMYK 0.330.640.00   0.00
XYZ38.585723.360197.0830
Yxy23.36010.24260.1469
Hunter Lab48.332357.9226-85.2607
CIE-Lab55.441362.2884-69.3225

#ab5bff color RGB value is (171,91,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011011 11111111
Octal 253 133 377
Decimal 171 91 255
Hex AB 5B FF

RGB Percentages of Color #ab5bff

%33.08
%17.60
%49.32

CMYK Percentages of Color #ab5bff

%33
%64
%0
%0

Triadic Colors of #ab5bff

#ab5bff #ffab5b #5bffab

Analogous Colors of #ab5bff

#ab5bff #fd5bff #5b5dff

Monochromatic Colors of #ab5bff

#ab5bff

Complementary Color

#ab5bff #afff5b

#ab5bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5bff Color CSS Codes

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

#ab5bff Text Font Color

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

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


#ab5bff Background Color

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

This div background color is #ab5bff


#ab5bff Border Color

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

This div border color is #ab5bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5bff

Related Colors


Comments

No comments written yet.

Please login to write comment.