Color Hex Logo

#af13ae Color Hex

#AF13AE
(175,19,174)
0 Favorites   0 Comments

Color spaces of #af13ae

RGB 17519174
HSL0.830.800.38
HSV300°89°69°
CMYK 0.000.890.01   0.31
XYZ25.552012.635741.1366
Yxy12.63570.32210.1593
Hunter Lab35.546766.1041-43.7309
CIE-Lab42.209171.7985-44.2232

#af13ae color RGB value is (175,19,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010011 10101110
Octal 257 23 256
Decimal 175 19 174
Hex AF 13 AE

RGB Percentages of Color #af13ae

%47.55
%5.16
%47.28

CMYK Percentages of Color #af13ae

%0
%89
%1
%31

Triadic Colors of #af13ae

#af13ae #aeaf13 #13aeaf

Analogous Colors of #af13ae

#af13ae #af1360 #6213af

Monochromatic Colors of #af13ae

#af13ae

Complementary Color

#af13ae #13af14

#af13ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af13ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#af13ae Color CSS Codes

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

#af13ae Text Font Color

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

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


#af13ae Background Color

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

This div background color is #af13ae


#af13ae Border Color

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

This div border color is #af13ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af13ae


Comments

No comments written yet.

Please login to write comment.