Color Hex Logo

#af789b Color Hex

#AF789B
(175,120,155)
0 Favorites   0 Comments

Color spaces of #af789b

RGB 175120155
HSL0.890.260.58
HSV322°31°69°
CMYK 0.000.310.11   0.31
XYZ30.312124.913534.2215
Yxy24.91350.33890.2785
Hunter Lab49.913421.0534-5.7108
CIE-Lab56.991026.9924-10.1338

#af789b color RGB value is (175,120,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111000 10011011
Octal 257 170 233
Decimal 175 120 155
Hex AF 78 9B

RGB Percentages of Color #af789b

%38.89
%26.67
%34.44

CMYK Percentages of Color #af789b

%0
%31
%11
%31

Triadic Colors of #af789b

#af789b #9baf78 #789baf

Analogous Colors of #af789b

#af789b #af7880 #a878af

Monochromatic Colors of #af789b

#af789b

Complementary Color

#af789b #78af8c

#af789b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af789b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af789b Color CSS Codes

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

#af789b Text Font Color

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

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


#af789b Background Color

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

This div background color is #af789b


#af789b Border Color

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

This div border color is #af789b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af789b


Comments

No comments written yet.

Please login to write comment.