Color Hex Logo

#af406b Color Hex

#AF406B
(175,64,107)
0 Favorites   0 Comments

Color spaces of #af406b

RGB 17564107
HSL0.940.460.47
HSV337°63°69°
CMYK 0.000.630.39   0.31
XYZ22.166413.842315.4134
Yxy13.84230.43110.2692
Hunter Lab37.205241.23881.4810
CIE-Lab44.005949.1210-0.7755

#af406b color RGB value is (175,64,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000000 01101011
Octal 257 100 153
Decimal 175 64 107
Hex AF 40 6B

RGB Percentages of Color #af406b

%50.58
%18.50
%30.92

CMYK Percentages of Color #af406b

%0
%63
%39
%31

Triadic Colors of #af406b

#af406b #6baf40 #406baf

Analogous Colors of #af406b

#af406b #af4c40 #af40a3

Monochromatic Colors of #af406b

#af406b

Complementary Color

#af406b #40af84

#af406b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af406b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af406b Color CSS Codes

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

#af406b Text Font Color

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

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


#af406b Background Color

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

This div background color is #af406b


#af406b Border Color

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

This div border color is #af406b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af406b


Comments

No comments written yet.

Please login to write comment.