Color Hex Logo

#ac215b Color Hex

#AC215B
(172,33,91)
0 Favorites   0 Comments

Color spaces of #ac215b

RGB 1723391
HSL0.930.680.40
HSV335°81°67°
CMYK 0.000.810.47   0.33
XYZ19.445410.613710.9213
Yxy10.61370.47450.2590
Hunter Lab32.578749.52952.9294
CIE-Lab38.922157.88731.7678

#ac215b color RGB value is (172,33,91).

#ac215b hex color red value is 172, green value is 33 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ac215b hue: 0.93 , saturation: 0.68 and the lightness value of ac215b is 0.40.

The process color (four color CMYK) of #ac215b color hex is 0.00, 0.81, 0.47, 0.33. Web safe color of #ac215b is #993366. Color #ac215b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100001 01011011
Octal 254 41 133
Decimal 172 33 91
Hex AC 21 5B

RGB Percentages of Color #ac215b

%58.11
%11.15
%30.74

CMYK Percentages of Color #ac215b

%0
%81
%47
%33

Triadic Colors of #ac215b

#ac215b #5bac21 #215bac

Analogous Colors of #ac215b

#ac215b #ac2d21 #ac21a1

Monochromatic Colors of #ac215b

#ac215b

Complementary Color

#ac215b #21ac72

#ac215b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac215b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac215b Color CSS Codes

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

#ac215b Text Font Color

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

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


#ac215b Background Color

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

This div background color is #ac215b


#ac215b Border Color

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

This div border color is #ac215b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac215b


Comments

No comments written yet.

Please login to write comment.