Color Hex Logo

#ac267d Color Hex

#AC267D
(172,38,125)
0 Favorites   0 Comments

Color spaces of #ac267d

RGB 17238125
HSL0.890.640.41
HSV321°78°67°
CMYK 0.000.780.27   0.33
XYZ21.408011.637620.5200
Yxy11.63760.39970.2173
Hunter Lab34.113952.3173-11.7840
CIE-Lab40.634260.1032-17.0210

#ac267d color RGB value is (172,38,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100110 01111101
Octal 254 46 175
Decimal 172 38 125
Hex AC 26 7D

RGB Percentages of Color #ac267d

%51.34
%11.34
%37.31

CMYK Percentages of Color #ac267d

%0
%78
%27
%33

Triadic Colors of #ac267d

#ac267d #7dac26 #267dac

Analogous Colors of #ac267d

#ac267d #ac263a #9826ac

Monochromatic Colors of #ac267d

#ac267d

Complementary Color

#ac267d #26ac55

#ac267d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac267d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac267d Color CSS Codes

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

#ac267d Text Font Color

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

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


#ac267d Background Color

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

This div background color is #ac267d


#ac267d Border Color

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

This div border color is #ac267d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac267d


Comments

No comments written yet.

Please login to write comment.