Color Hex Logo

#ab26b5 Color Hex

#AB26B5
(171,38,181)
0 Favorites   0 Comments

Color spaces of #ab26b5

RGB 17138181
HSL0.820.650.43
HSV296°79°71°
CMYK 0.060.790.00   0.29
XYZ25.828213.380344.9374
Yxy13.38030.30690.1590
Hunter Lab36.579162.0240-47.2324
CIE-Lab43.330868.1224-46.6117

#ab26b5 color RGB value is (171,38,181).

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

The process color (four color CMYK) of #ab26b5 color hex is 0.06, 0.79, 0.00, 0.29. Web safe color of #ab26b5 is #9933cc. Color #ab26b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100110 10110101
Octal 253 46 265
Decimal 171 38 181
Hex AB 26 B5

RGB Percentages of Color #ab26b5

%43.85
%9.74
%46.41

CMYK Percentages of Color #ab26b5

%6
%79
%0
%29

Triadic Colors of #ab26b5

#ab26b5 #b5ab26 #26b5ab

Analogous Colors of #ab26b5

#ab26b5 #b52678 #6426b5

Monochromatic Colors of #ab26b5

#ab26b5

Complementary Color

#ab26b5 #30b526

#ab26b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab26b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab26b5 Color CSS Codes

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

#ab26b5 Text Font Color

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

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


#ab26b5 Background Color

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

This div background color is #ab26b5


#ab26b5 Border Color

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

This div border color is #ab26b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab26b5

#ab26b5 Color Palettes


Comments

No comments written yet.

Please login to write comment.