Color Hex Logo

#af406c Color Hex

#AF406C
(175,64,108)
0 Favorites   0 Comments

Color spaces of #af406c

RGB 17564108
HSL0.930.460.47
HSV336°63°69°
CMYK 0.000.630.38   0.31
XYZ22.219413.863515.6922
Yxy13.86350.42920.2678
Hunter Lab37.233741.36171.0758
CIE-Lab44.036549.2341-1.3475

#af406c color RGB value is (175,64,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000000 01101100
Octal 257 100 154
Decimal 175 64 108
Hex AF 40 6C

RGB Percentages of Color #af406c

%50.43
%18.44
%31.12

CMYK Percentages of Color #af406c

%0
%63
%38
%31

Triadic Colors of #af406c

#af406c #6caf40 #406caf

Analogous Colors of #af406c

#af406c #af4c40 #af40a4

Monochromatic Colors of #af406c

#af406c

Complementary Color

#af406c #40af83

#af406c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af406c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af406c Color CSS Codes

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

#af406c Text Font Color

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

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


#af406c Background Color

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

This div background color is #af406c


#af406c Border Color

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

This div border color is #af406c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af406c


Comments

No comments written yet.

Please login to write comment.