Color Hex Logo

#af406f Color Hex

#AF406F
(175,64,111)
0 Favorites   0 Comments

Color spaces of #af406f

RGB 17564111
HSL0.930.460.47
HSV335°63°69°
CMYK 0.000.630.37   0.31
XYZ22.381813.928416.5477
Yxy13.92840.42340.2635
Hunter Lab37.320841.7376-0.1641
CIE-Lab44.130149.5795-3.0581

#af406f color RGB value is (175,64,111).

#af406f hex color red value is 175, green value is 64 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #af406f hue: 0.93 , saturation: 0.46 and the lightness value of af406f is 0.47.

The process color (four color CMYK) of #af406f color hex is 0.00, 0.63, 0.37, 0.31. Web safe color of #af406f is #993366. Color #af406f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000000 01101111
Octal 257 100 157
Decimal 175 64 111
Hex AF 40 6F

RGB Percentages of Color #af406f

%50.00
%18.29
%31.71

CMYK Percentages of Color #af406f

%0
%63
%37
%31

Triadic Colors of #af406f

#af406f #6faf40 #406faf

Analogous Colors of #af406f

#af406f #af4940 #af40a7

Monochromatic Colors of #af406f

#af406f

Complementary Color

#af406f #40af80

#af406f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af406f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af406f Color CSS Codes

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

#af406f Text Font Color

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

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


#af406f Background Color

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

This div background color is #af406f


#af406f Border Color

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

This div border color is #af406f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af406f


Comments

No comments written yet.

Please login to write comment.