Color Hex Logo

#ab5ffe Color Hex

#AB5FFE
(171,95,254)
0 Favorites   0 Comments

Color spaces of #ab5ffe

RGB 17195254
HSL0.750.990.68
HSV269°63°100°
CMYK 0.330.630.00   0.00
XYZ38.776223.998196.3543
Yxy23.99810.24370.1508
Hunter Lab48.987955.5624-82.3261
CIE-Lab56.085960.1184-67.7283

#ab5ffe color RGB value is (171,95,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011111 11111110
Octal 253 137 376
Decimal 171 95 254
Hex AB 5F FE

RGB Percentages of Color #ab5ffe

%32.88
%18.27
%48.85

CMYK Percentages of Color #ab5ffe

%33
%63
%0
%0

Triadic Colors of #ab5ffe

#ab5ffe #feab5f #5ffeab

Analogous Colors of #ab5ffe

#ab5ffe #fb5ffe #5f62fe

Monochromatic Colors of #ab5ffe

#ab5ffe

Complementary Color

#ab5ffe #b2fe5f

#ab5ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5ffe Color CSS Codes

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

#ab5ffe Text Font Color

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

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


#ab5ffe Background Color

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

This div background color is #ab5ffe


#ab5ffe Border Color

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

This div border color is #ab5ffe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,95,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ab5ffe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5ffe


Comments

No comments written yet.

Please login to write comment.