Color Hex Logo

#ab2efe Color Hex

#AB2EFE
(171,46,254)
0 Favorites   0 Comments

Color spaces of #ab2efe

RGB 17146254
HSL0.770.990.59
HSV276°82°100°
CMYK 0.330.820.00   0.00
XYZ35.661017.767795.3159
Yxy17.76770.23970.1195
Hunter Lab42.151777.2481-104.5636
CIE-Lab49.213179.5333-78.8856

#ab2efe color RGB value is (171,46,254).

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

The process color (four color CMYK) of #ab2efe color hex is 0.33, 0.82, 0.00, 0.00. Web safe color of #ab2efe is #9933ff. Color #ab2efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101110 11111110
Octal 253 56 376
Decimal 171 46 254
Hex AB 2E FE

RGB Percentages of Color #ab2efe

%36.31
%9.77
%53.93

CMYK Percentages of Color #ab2efe

%33
%82
%0
%0

Triadic Colors of #ab2efe

#ab2efe #feab2e #2efeab

Analogous Colors of #ab2efe

#ab2efe #fe2ee9 #432efe

Monochromatic Colors of #ab2efe

#ab2efe

Complementary Color

#ab2efe #81fe2e

#ab2efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab2efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab2efe Color CSS Codes

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

#ab2efe Text Font Color

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

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


#ab2efe Background Color

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

This div background color is #ab2efe


#ab2efe Border Color

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

This div border color is #ab2efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab2efe


Comments

No comments written yet.

Please login to write comment.