Color Hex Logo

#af1366 Color Hex

#AF1366
(175,19,102)
0 Favorites   0 Comments

Color spaces of #af1366

RGB 17519102
HSL0.910.800.38
HSV328°89°69°
CMYK 0.000.890.42   0.31
XYZ20.310310.539013.5341
Yxy10.53900.45760.2375
Hunter Lab32.463854.8630-1.9932
CIE-Lab38.792962.7489-5.3423

#af1366 color RGB value is (175,19,102).

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

The process color (four color CMYK) of #af1366 color hex is 0.00, 0.89, 0.42, 0.31. Web safe color of #af1366 is #990066. Color #af1366 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010011 01100110
Octal 257 23 146
Decimal 175 19 102
Hex AF 13 66

RGB Percentages of Color #af1366

%59.12
%6.42
%34.46

CMYK Percentages of Color #af1366

%0
%89
%42
%31

Triadic Colors of #af1366

#af1366 #66af13 #1366af

Analogous Colors of #af1366

#af1366 #af1318 #aa13af

Monochromatic Colors of #af1366

#af1366

Complementary Color

#af1366 #13af5c

#af1366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af1366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af1366 Color CSS Codes

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

#af1366 Text Font Color

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

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


#af1366 Background Color

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

This div background color is #af1366


#af1366 Border Color

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

This div border color is #af1366


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,19,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af1366


Comments

No comments written yet.

Please login to write comment.