Color Hex Logo

#ac26af Color Hex

#AC26AF
(172,38,175)
0 Favorites   0 Comments

Color spaces of #ac26af

RGB 17238175
HSL0.830.640.42
HSV299°78°69°
CMYK 0.020.780.00   0.31
XYZ25.444213.252041.7743
Yxy13.25200.31620.1647
Hunter Lab36.403361.0574-42.5554
CIE-Lab43.140567.3294-43.3606

#ac26af color RGB value is (172,38,175).

#ac26af hex color red value is 172, green value is 38 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ac26af hue: 0.83 , saturation: 0.64 and the lightness value of ac26af is 0.42.

The process color (four color CMYK) of #ac26af color hex is 0.02, 0.78, 0.00, 0.31. Web safe color of #ac26af is #993399. Color #ac26af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100110 10101111
Octal 254 46 257
Decimal 172 38 175
Hex AC 26 AF

RGB Percentages of Color #ac26af

%44.68
%9.87
%45.45

CMYK Percentages of Color #ac26af

%2
%78
%0
%31

Triadic Colors of #ac26af

#ac26af #afac26 #26afac

Analogous Colors of #ac26af

#ac26af #af266e #6826af

Monochromatic Colors of #ac26af

#ac26af

Complementary Color

#ac26af #29af26

#ac26af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac26af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac26af Color CSS Codes

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

#ac26af Text Font Color

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

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


#ac26af Background Color

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

This div background color is #ac26af


#ac26af Border Color

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

This div border color is #ac26af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac26af


Comments

No comments written yet.

Please login to write comment.