Color Hex Logo

#ac15ae Color Hex

#AC15AE
(172,21,174)
0 Favorites   0 Comments

Color spaces of #ac15ae

RGB 17221174
HSL0.830.780.38
HSV299°88°68°
CMYK 0.010.880.00   0.32
XYZ24.921412.363041.1172
Yxy12.36300.31790.1577
Hunter Lab35.161164.9851-44.7207
CIE-Lab41.787370.9398-44.9277

#ac15ae color RGB value is (172,21,174).

#ac15ae hex color red value is 172, green value is 21 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ac15ae hue: 0.83 , saturation: 0.78 and the lightness value of ac15ae is 0.38.

The process color (four color CMYK) of #ac15ae color hex is 0.01, 0.88, 0.00, 0.32. Web safe color of #ac15ae is #990099. Color #ac15ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010101 10101110
Octal 254 25 256
Decimal 172 21 174
Hex AC 15 AE

RGB Percentages of Color #ac15ae

%46.87
%5.72
%47.41

CMYK Percentages of Color #ac15ae

%1
%88
%0
%32

Triadic Colors of #ac15ae

#ac15ae #aeac15 #15aeac

Analogous Colors of #ac15ae

#ac15ae #ae1564 #6015ae

Monochromatic Colors of #ac15ae

#ac15ae

Complementary Color

#ac15ae #17ae15

#ac15ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac15ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac15ae Color CSS Codes

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

#ac15ae Text Font Color

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

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


#ac15ae Background Color

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

This div background color is #ac15ae


#ac15ae Border Color

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

This div border color is #ac15ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac15ae


Comments

No comments written yet.

Please login to write comment.