Color Hex Logo

#ab77fe Color Hex

#AB77FE
(171,119,254)
0 Favorites   0 Comments

Color spaces of #ab77fe

RGB 171119254
HSL0.730.990.73
HSV263°53°100°
CMYK 0.330.530.00   0.00
XYZ41.280829.007397.1892
Yxy29.00730.24650.1732
Hunter Lab53.858442.5624-69.2897
CIE-Lab60.788147.6686-60.1741

#ab77fe color RGB value is (171,119,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110111 11111110
Octal 253 167 376
Decimal 171 119 254
Hex AB 77 FE

RGB Percentages of Color #ab77fe

%31.43
%21.88
%46.69

CMYK Percentages of Color #ab77fe

%33
%53
%0
%0

Triadic Colors of #ab77fe

#ab77fe #feab77 #77feab

Analogous Colors of #ab77fe

#ab77fe #ef77fe #7787fe

Monochromatic Colors of #ab77fe

#ab77fe

Complementary Color

#ab77fe #cafe77

#ab77fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab77fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab77fe Color CSS Codes

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

#ab77fe Text Font Color

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

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


#ab77fe Background Color

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

This div background color is #ab77fe


#ab77fe Border Color

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

This div border color is #ab77fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab77fe


Comments

No comments written yet.

Please login to write comment.