Color Hex Logo

#ab5dff Color Hex

#AB5DFF
(171,93,255)
0 Favorites   0 Comments

Color spaces of #ab5dff

RGB 17193255
HSL0.751.000.68
HSV269°64°100°
CMYK 0.330.640.00   0.00
XYZ38.758923.706697.1408
Yxy23.70660.24280.1485
Hunter Lab48.689456.8873-84.2075
CIE-Lab55.792861.3265-68.7546

#ab5dff color RGB value is (171,93,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011101 11111111
Octal 253 135 377
Decimal 171 93 255
Hex AB 5D FF

RGB Percentages of Color #ab5dff

%32.95
%17.92
%49.13

CMYK Percentages of Color #ab5dff

%33
%64
%0
%0

Triadic Colors of #ab5dff

#ab5dff #ffab5d #5dffab

Analogous Colors of #ab5dff

#ab5dff #fc5dff #5d60ff

Monochromatic Colors of #ab5dff

#ab5dff

Complementary Color

#ab5dff #b1ff5d

#ab5dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5dff Color CSS Codes

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

#ab5dff Text Font Color

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

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


#ab5dff Background Color

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

This div background color is #ab5dff


#ab5dff Border Color

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

This div border color is #ab5dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5dff


Comments

No comments written yet.

Please login to write comment.