Color Hex Logo

#ab0afe Color Hex

#AB0AFE
(171,10,254)
0 Favorites   0 Comments

Color spaces of #ab0afe

RGB 17110254
HSL0.780.990.52
HSV280°96°100°
CMYK 0.330.960.00   0.00
XYZ34.792516.030895.0264
Yxy16.03080.23860.1099
Hunter Lab40.038585.0450-112.6906
CIE-Lab47.014986.0568-82.4819

#ab0afe color RGB value is (171,10,254).

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

The process color (four color CMYK) of #ab0afe color hex is 0.33, 0.96, 0.00, 0.00. Web safe color of #ab0afe is #9900ff. Color #ab0afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001010 11111110
Octal 253 12 376
Decimal 171 10 254
Hex AB A FE

RGB Percentages of Color #ab0afe

%39.31
%2.30
%58.39

CMYK Percentages of Color #ab0afe

%33
%96
%0
%0

Triadic Colors of #ab0afe

#ab0afe #feab0a #0afeab

Analogous Colors of #ab0afe

#ab0afe #fe0ad7 #310afe

Monochromatic Colors of #ab0afe

#ab0afe

Complementary Color

#ab0afe #5dfe0a

#ab0afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab0afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab0afe Color CSS Codes

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

#ab0afe Text Font Color

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

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


#ab0afe Background Color

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

This div background color is #ab0afe


#ab0afe Border Color

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

This div border color is #ab0afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab0afe

Related Colors


Comments

No comments written yet.

Please login to write comment.