Color Hex Logo

#ab26fc Color Hex

#AB26FC
(171,38,252)
0 Favorites   0 Comments

Color spaces of #ab26fc

RGB 17138252
HSL0.770.970.57
HSV277°85°99°
CMYK 0.320.850.00   0.01
XYZ35.058417.072493.5430
Yxy17.07240.24070.1172
Hunter Lab41.318879.1470-105.3056
CIE-Lab48.351181.2060-79.1782

#ab26fc color RGB value is (171,38,252).

#ab26fc hex color red value is 171, green value is 38 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ab26fc hue: 0.77 , saturation: 0.97 and the lightness value of ab26fc is 0.57.

The process color (four color CMYK) of #ab26fc color hex is 0.32, 0.85, 0.00, 0.01. Web safe color of #ab26fc is #9933ff. Color #ab26fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100110 11111100
Octal 253 46 374
Decimal 171 38 252
Hex AB 26 FC

RGB Percentages of Color #ab26fc

%37.09
%8.24
%54.66

CMYK Percentages of Color #ab26fc

%32
%85
%0
%1

Triadic Colors of #ab26fc

#ab26fc #fcab26 #26fcab

Analogous Colors of #ab26fc

#ab26fc #fc26e2 #4026fc

Monochromatic Colors of #ab26fc

#ab26fc

Complementary Color

#ab26fc #77fc26

#ab26fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab26fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab26fc Color CSS Codes

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

#ab26fc Text Font Color

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

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


#ab26fc Background Color

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

This div background color is #ab26fc


#ab26fc Border Color

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

This div border color is #ab26fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab26fc


Comments

No comments written yet.

Please login to write comment.