Color Hex Logo

#af89be Color Hex

#AF89BE
(175,137,190)
0 Favorites   0 Comments

Color spaces of #af89be

RGB 175137190
HSL0.790.290.64
HSV283°28°75°
CMYK 0.080.280.00   0.25
XYZ35.919130.723052.7522
Yxy30.72300.30080.2573
Hunter Lab55.428318.6734-17.6276
CIE-Lab62.273124.1082-22.1273

#af89be color RGB value is (175,137,190).

#af89be hex color red value is 175, green value is 137 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #af89be hue: 0.79 , saturation: 0.29 and the lightness value of af89be is 0.64.

The process color (four color CMYK) of #af89be color hex is 0.08, 0.28, 0.00, 0.25. Web safe color of #af89be is #9999cc. Color #af89be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001001 10111110
Octal 257 211 276
Decimal 175 137 190
Hex AF 89 BE

RGB Percentages of Color #af89be

%34.86
%27.29
%37.85

CMYK Percentages of Color #af89be

%8
%28
%0
%25

Triadic Colors of #af89be

#af89be #beaf89 #89beaf

Analogous Colors of #af89be

#af89be #be89b3 #9589be

Monochromatic Colors of #af89be

#af89be

Complementary Color

#af89be #98be89

#af89be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af89be Color Preview on White Background

Lorem ipsum dolor sit amet.

#af89be Color CSS Codes

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

#af89be Text Font Color

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

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


#af89be Background Color

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

This div background color is #af89be


#af89be Border Color

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

This div border color is #af89be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af89be


Comments

No comments written yet.

Please login to write comment.