Color Hex Logo

#af879b Color Hex

#AF879B
(175,135,155)
0 Favorites   0 Comments

Color spaces of #af879b

RGB 175135155
HSL0.920.200.61
HSV330°23°69°
CMYK 0.000.230.11   0.31
XYZ32.259628.808534.8707
Yxy28.80850.33630.3003
Hunter Lab53.673613.3558-0.9481
CIE-Lab60.612218.5483-4.7448

#af879b color RGB value is (175,135,155).

#af879b hex color red value is 175, green value is 135 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #af879b hue: 0.92 , saturation: 0.20 and the lightness value of af879b is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000111 10011011
Octal 257 207 233
Decimal 175 135 155
Hex AF 87 9B

RGB Percentages of Color #af879b

%37.63
%29.03
%33.33

CMYK Percentages of Color #af879b

%0
%23
%11
%31

Triadic Colors of #af879b

#af879b #9baf87 #879baf

Analogous Colors of #af879b

#af879b #af8787 #af87af

Monochromatic Colors of #af879b

#af879b

Complementary Color

#af879b #87af9b

#af879b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af879b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af879b Color CSS Codes

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

#af879b Text Font Color

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

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


#af879b Background Color

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

This div background color is #af879b


#af879b Border Color

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

This div border color is #af879b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af879b


Comments

No comments written yet.

Please login to write comment.