Color Hex Logo

#af789e Color Hex

#AF789E
(175,120,158)
0 Favorites   0 Comments

Color spaces of #af789e

RGB 175120158
HSL0.880.260.58
HSV319°31°69°
CMYK 0.000.310.10   0.31
XYZ30.567225.015535.5652
Yxy25.01550.33540.2744
Hunter Lab50.015521.5640-7.1493
CIE-Lab57.090527.5192-11.7192

#af789e color RGB value is (175,120,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111000 10011110
Octal 257 170 236
Decimal 175 120 158
Hex AF 78 9E

RGB Percentages of Color #af789e

%38.63
%26.49
%34.88

CMYK Percentages of Color #af789e

%0
%31
%10
%31

Triadic Colors of #af789e

#af789e #9eaf78 #789eaf

Analogous Colors of #af789e

#af789e #af7883 #a578af

Monochromatic Colors of #af789e

#af789e

Complementary Color

#af789e #78af89

#af789e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af789e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af789e Color CSS Codes

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

#af789e Text Font Color

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

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


#af789e Background Color

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

This div background color is #af789e


#af789e Border Color

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

This div border color is #af789e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af789e


Comments

No comments written yet.

Please login to write comment.