Color Hex Logo

#ab7dfe Color Hex

#AB7DFE
(171,125,254)
0 Favorites   0 Comments

Color spaces of #ab7dfe

RGB 171125254
HSL0.730.980.74
HSV261°51°100°
CMYK 0.330.510.00   0.00
XYZ42.017630.480997.4348
Yxy30.48090.24730.1794
Hunter Lab55.209539.2321-65.9895
CIE-Lab62.067044.3957-58.1312

#ab7dfe color RGB value is (171,125,254).

#ab7dfe hex color red value is 171, green value is 125 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ab7dfe hue: 0.73 , saturation: 0.98 and the lightness value of ab7dfe is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111101 11111110
Octal 253 175 376
Decimal 171 125 254
Hex AB 7D FE

RGB Percentages of Color #ab7dfe

%31.09
%22.73
%46.18

CMYK Percentages of Color #ab7dfe

%33
%51
%0
%0

Triadic Colors of #ab7dfe

#ab7dfe #feab7d #7dfeab

Analogous Colors of #ab7dfe

#ab7dfe #ec7dfe #7d90fe

Monochromatic Colors of #ab7dfe

#ab7dfe

Complementary Color

#ab7dfe #d0fe7d

#ab7dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7dfe Color CSS Codes

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

#ab7dfe Text Font Color

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

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


#ab7dfe Background Color

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

This div background color is #ab7dfe


#ab7dfe Border Color

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

This div border color is #ab7dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7dfe

#ab7dfe Color Palettes


Comments

No comments written yet.

Please login to write comment.