Color Hex Logo

#ab7fde Color Hex

#AB7FDE
(171,127,222)
0 Favorites   0 Comments

Color spaces of #ab7fde

RGB 171127222
HSL0.740.590.68
HSV268°43°87°
CMYK 0.230.430.00   0.13
XYZ37.568829.110672.7461
Yxy29.11060.26950.2088
Hunter Lab53.954229.8712-42.1723
CIE-Lab60.879135.5684-42.2921

#ab7fde color RGB value is (171,127,222).

#ab7fde hex color red value is 171, green value is 127 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ab7fde hue: 0.74 , saturation: 0.59 and the lightness value of ab7fde is 0.68.

The process color (four color CMYK) of #ab7fde color hex is 0.23, 0.43, 0.00, 0.13. Web safe color of #ab7fde is #9966cc. Color #ab7fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111111 11011110
Octal 253 177 336
Decimal 171 127 222
Hex AB 7F DE

RGB Percentages of Color #ab7fde

%32.88
%24.42
%42.69

CMYK Percentages of Color #ab7fde

%23
%43
%0
%13

Triadic Colors of #ab7fde

#ab7fde #deab7f #7fdeab

Analogous Colors of #ab7fde

#ab7fde #db7fde #7f83de

Monochromatic Colors of #ab7fde

#ab7fde

Complementary Color

#ab7fde #b2de7f

#ab7fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7fde Color CSS Codes

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

#ab7fde Text Font Color

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

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


#ab7fde Background Color

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

This div background color is #ab7fde


#ab7fde Border Color

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

This div border color is #ab7fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7fde


Comments

No comments written yet.

Please login to write comment.