Color Hex Logo

#af788a Color Hex

#AF788A
(175,120,138)
0 Favorites   0 Comments

Color spaces of #af788a

RGB 175120138
HSL0.950.260.58
HSV340°31°69°
CMYK 0.000.310.21   0.31
XYZ28.983124.381927.2234
Yxy24.38190.35960.3025
Hunter Lab49.378018.36141.8765
CIE-Lab56.468124.1789-1.0511

#af788a color RGB value is (175,120,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111000 10001010
Octal 257 170 212
Decimal 175 120 138
Hex AF 78 8A

RGB Percentages of Color #af788a

%40.42
%27.71
%31.87

CMYK Percentages of Color #af788a

%0
%31
%21
%31

Triadic Colors of #af788a

#af788a #8aaf78 #788aaf

Analogous Colors of #af788a

#af788a #af8278 #af78a6

Monochromatic Colors of #af788a

#af788a

Complementary Color

#af788a #78af9d

#af788a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af788a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af788a Color CSS Codes

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

#af788a Text Font Color

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

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


#af788a Background Color

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

This div background color is #af788a


#af788a Border Color

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

This div border color is #af788a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af788a


Comments

No comments written yet.

Please login to write comment.