Color Hex Logo

#af949b Color Hex

#AF949B
(175,148,155)
0 Favorites   0 Comments

Color spaces of #af949b

RGB 175148155
HSL0.960.140.63
HSV344°15°69°
CMYK 0.000.150.11   0.31
XYZ34.185532.660335.5126
Yxy32.66030.33400.3191
Hunter Lab57.14926.76403.1615
CIE-Lab63.884911.24890.0632

#af949b color RGB value is (175,148,155).

#af949b hex color red value is 175, green value is 148 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #af949b hue: 0.96 , saturation: 0.14 and the lightness value of af949b is 0.63.

The process color (four color CMYK) of #af949b color hex is 0.00, 0.15, 0.11, 0.31. Web safe color of #af949b is #999999. Color #af949b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010100 10011011
Octal 257 224 233
Decimal 175 148 155
Hex AF 94 9B

RGB Percentages of Color #af949b

%36.61
%30.96
%32.43

CMYK Percentages of Color #af949b

%0
%15
%11
%31

Triadic Colors of #af949b

#af949b #9baf94 #949baf

Analogous Colors of #af949b

#af949b #af9b94 #af94a9

Monochromatic Colors of #af949b

#af949b

Complementary Color

#af949b #94afa8

#af949b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af949b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af949b Color CSS Codes

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

#af949b Text Font Color

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

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


#af949b Background Color

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

This div background color is #af949b


#af949b Border Color

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

This div border color is #af949b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af949b


Comments

No comments written yet.

Please login to write comment.