Color Hex Logo

#ab26ba Color Hex

#AB26BA
(171,38,186)
0 Favorites   0 Comments

Color spaces of #ab26ba

RGB 17138186
HSL0.820.660.44
HSV294°80°73°
CMYK 0.080.800.00   0.27
XYZ26.350613.589347.6885
Yxy13.58930.30070.1551
Hunter Lab36.863763.0826-50.8956
CIE-Lab43.638168.9666-49.0606

#ab26ba color RGB value is (171,38,186).

#ab26ba hex color red value is 171, green value is 38 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ab26ba hue: 0.82 , saturation: 0.66 and the lightness value of ab26ba is 0.44.

The process color (four color CMYK) of #ab26ba color hex is 0.08, 0.80, 0.00, 0.27. Web safe color of #ab26ba is #9933cc. Color #ab26ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100110 10111010
Octal 253 46 272
Decimal 171 38 186
Hex AB 26 BA

RGB Percentages of Color #ab26ba

%43.29
%9.62
%47.09

CMYK Percentages of Color #ab26ba

%8
%80
%0
%27

Triadic Colors of #ab26ba

#ab26ba #baab26 #26baab

Analogous Colors of #ab26ba

#ab26ba #ba267f #6126ba

Monochromatic Colors of #ab26ba

#ab26ba

Complementary Color

#ab26ba #35ba26

#ab26ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab26ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab26ba Color CSS Codes

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

#ab26ba Text Font Color

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

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


#ab26ba Background Color

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

This div background color is #ab26ba


#ab26ba Border Color

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

This div border color is #ab26ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab26ba


Comments

No comments written yet.

Please login to write comment.