Color Hex Logo

#ac266b Color Hex

#AC266B
(172,38,107)
0 Favorites   0 Comments

Color spaces of #ac266b

RGB 17238107
HSL0.910.640.41
HSV329°78°67°
CMYK 0.000.780.38   0.33
XYZ20.360211.218415.0022
Yxy11.21840.43710.2408
Hunter Lab33.493949.8920-3.1108
CIE-Lab39.945958.0238-6.8403

#ac266b color RGB value is (172,38,107).

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

The process color (four color CMYK) of #ac266b color hex is 0.00, 0.78, 0.38, 0.33. Web safe color of #ac266b is #993366. Color #ac266b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100110 01101011
Octal 254 46 153
Decimal 172 38 107
Hex AC 26 6B

RGB Percentages of Color #ac266b

%54.26
%11.99
%33.75

CMYK Percentages of Color #ac266b

%0
%78
%38
%33

Triadic Colors of #ac266b

#ac266b #6bac26 #266bac

Analogous Colors of #ac266b

#ac266b #ac2628 #aa26ac

Monochromatic Colors of #ac266b

#ac266b

Complementary Color

#ac266b #26ac67

#ac266b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac266b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac266b Color CSS Codes

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

#ac266b Text Font Color

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

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


#ac266b Background Color

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

This div background color is #ac266b


#ac266b Border Color

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

This div border color is #ac266b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac266b


Comments

No comments written yet.

Please login to write comment.