Color Hex Logo

#af788b Color Hex

#AF788B
(175,120,139)
0 Favorites   0 Comments

Color spaces of #af788b

RGB 175120139
HSL0.940.260.58
HSV339°31°69°
CMYK 0.000.310.21   0.31
XYZ29.055924.411027.6065
Yxy24.41100.35840.3011
Hunter Lab49.407518.51041.4569
CIE-Lab56.497024.3363-1.5897

#af788b color RGB value is (175,120,139).

#af788b hex color red value is 175, green value is 120 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #af788b hue: 0.94 , saturation: 0.26 and the lightness value of af788b is 0.58.

The process color (four color CMYK) of #af788b color hex is 0.00, 0.31, 0.21, 0.31. Web safe color of #af788b is #996699. Color #af788b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111000 10001011
Octal 257 170 213
Decimal 175 120 139
Hex AF 78 8B

RGB Percentages of Color #af788b

%40.32
%27.65
%32.03

CMYK Percentages of Color #af788b

%0
%31
%21
%31

Triadic Colors of #af788b

#af788b #8baf78 #788baf

Analogous Colors of #af788b

#af788b #af8178 #af78a7

Monochromatic Colors of #af788b

#af788b

Complementary Color

#af788b #78af9c

#af788b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af788b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af788b Color CSS Codes

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

#af788b Text Font Color

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

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


#af788b Background Color

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

This div background color is #af788b


#af788b Border Color

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

This div border color is #af788b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af788b


Comments

No comments written yet.

Please login to write comment.