Color Hex Logo

#af496b Color Hex

#AF496B
(175,73,107)
0 Favorites   0 Comments

Color spaces of #af496b

RGB 17573107
HSL0.940.410.49
HSV340°58°69°
CMYK 0.000.580.39   0.31
XYZ22.715614.940615.5965
Yxy14.94060.42660.2806
Hunter Lab38.653137.25783.1337
CIE-Lab45.552744.97471.4803

#af496b color RGB value is (175,73,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01001001 01101011
Octal 257 111 153
Decimal 175 73 107
Hex AF 49 6B

RGB Percentages of Color #af496b

%49.30
%20.56
%30.14

CMYK Percentages of Color #af496b

%0
%58
%39
%31

Triadic Colors of #af496b

#af496b #6baf49 #496baf

Analogous Colors of #af496b

#af496b #af5a49 #af499e

Monochromatic Colors of #af496b

#af496b

Complementary Color

#af496b #49af8d

#af496b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af496b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af496b Color CSS Codes

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

#af496b Text Font Color

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

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


#af496b Background Color

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

This div background color is #af496b


#af496b Border Color

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

This div border color is #af496b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af496b


Comments

No comments written yet.

Please login to write comment.