Color Hex Logo

#ad26ab Color Hex

#AD26AB
(173,38,171)
0 Favorites   0 Comments

Color spaces of #ad26ab

RGB 17338171
HSL0.840.640.41
HSV301°78°68°
CMYK 0.000.780.01   0.32
XYZ25.277413.210739.7457
Yxy13.21070.32310.1689
Hunter Lab36.346560.5324-39.3923
CIE-Lab43.079066.8888-41.0751

#ad26ab color RGB value is (173,38,171).

#ad26ab hex color red value is 173, green value is 38 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ad26ab hue: 0.84 , saturation: 0.64 and the lightness value of ad26ab is 0.41.

The process color (four color CMYK) of #ad26ab color hex is 0.00, 0.78, 0.01, 0.32. Web safe color of #ad26ab is #993399. Color #ad26ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100110 10101011
Octal 255 46 253
Decimal 173 38 171
Hex AD 26 AB

RGB Percentages of Color #ad26ab

%45.29
%9.95
%44.76

CMYK Percentages of Color #ad26ab

%0
%78
%1
%32

Triadic Colors of #ad26ab

#ad26ab #abad26 #26abad

Analogous Colors of #ad26ab

#ad26ab #ad2668 #6c26ad

Monochromatic Colors of #ad26ab

#ad26ab

Complementary Color

#ad26ab #26ad28

#ad26ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad26ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad26ab Color CSS Codes

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

#ad26ab Text Font Color

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

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


#ad26ab Background Color

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

This div background color is #ad26ab


#ad26ab Border Color

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

This div border color is #ad26ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad26ab


Comments

No comments written yet.

Please login to write comment.