Color Hex Logo

#ac267b Color Hex

#AC267B
(172,38,123)
0 Favorites   0 Comments

Color spaces of #ac267b

RGB 17238123
HSL0.890.640.41
HSV322°78°67°
CMYK 0.000.780.28   0.33
XYZ21.281511.586919.8537
Yxy11.58690.40370.2198
Hunter Lab34.039552.0289-10.7535
CIE-Lab40.551959.8579-15.9083

#ac267b color RGB value is (172,38,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100110 01111011
Octal 254 46 173
Decimal 172 38 123
Hex AC 26 7B

RGB Percentages of Color #ac267b

%51.65
%11.41
%36.94

CMYK Percentages of Color #ac267b

%0
%78
%28
%33

Triadic Colors of #ac267b

#ac267b #7bac26 #267bac

Analogous Colors of #ac267b

#ac267b #ac2638 #9a26ac

Monochromatic Colors of #ac267b

#ac267b

Complementary Color

#ac267b #26ac57

#ac267b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac267b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac267b Color CSS Codes

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

#ac267b Text Font Color

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

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


#ac267b Background Color

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

This div background color is #ac267b


#ac267b Border Color

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

This div border color is #ac267b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac267b


Comments

No comments written yet.

Please login to write comment.