Color Hex Logo

#af15ae Color Hex

#AF15AE
(175,21,174)
0 Favorites   0 Comments

Color spaces of #af15ae

RGB 17521174
HSL0.830.790.38
HSV300°88°69°
CMYK 0.000.880.01   0.31
XYZ25.587312.706341.1484
Yxy12.70630.32210.1599
Hunter Lab35.645965.7504-43.4902
CIE-Lab42.317371.4806-44.0504

#af15ae color RGB value is (175,21,174).

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

The process color (four color CMYK) of #af15ae color hex is 0.00, 0.88, 0.01, 0.31. Web safe color of #af15ae is #990099. Color #af15ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010101 10101110
Octal 257 25 256
Decimal 175 21 174
Hex AF 15 AE

RGB Percentages of Color #af15ae

%47.30
%5.68
%47.03

CMYK Percentages of Color #af15ae

%0
%88
%1
%31

Triadic Colors of #af15ae

#af15ae #aeaf15 #15aeaf

Analogous Colors of #af15ae

#af15ae #af1561 #6315af

Monochromatic Colors of #af15ae

#af15ae

Complementary Color

#af15ae #15af16

#af15ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af15ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#af15ae Color CSS Codes

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

#af15ae Text Font Color

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

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


#af15ae Background Color

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

This div background color is #af15ae


#af15ae Border Color

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

This div border color is #af15ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,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 #af15ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af15ae


Comments

No comments written yet.

Please login to write comment.