Color Hex Logo

#af89bc Color Hex

#AF89BC
(175,137,188)
0 Favorites   0 Comments

Color spaces of #af89bc

RGB 175137188
HSL0.790.280.64
HSV285°27°74°
CMYK 0.070.270.00   0.26
XYZ35.702030.636151.6086
Yxy30.63610.30270.2597
Hunter Lab55.349918.2745-16.5375
CIE-Lab62.199223.6968-21.1113

#af89bc color RGB value is (175,137,188).

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

The process color (four color CMYK) of #af89bc color hex is 0.07, 0.27, 0.00, 0.26. Web safe color of #af89bc is #9999cc. Color #af89bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001001 10111100
Octal 257 211 274
Decimal 175 137 188
Hex AF 89 BC

RGB Percentages of Color #af89bc

%35.00
%27.40
%37.60

CMYK Percentages of Color #af89bc

%7
%27
%0
%26

Triadic Colors of #af89bc

#af89bc #bcaf89 #89bcaf

Analogous Colors of #af89bc

#af89bc #bc89b0 #9689bc

Monochromatic Colors of #af89bc

#af89bc

Complementary Color

#af89bc #96bc89

#af89bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af89bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af89bc Color CSS Codes

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

#af89bc Text Font Color

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

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


#af89bc Background Color

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

This div background color is #af89bc


#af89bc Border Color

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

This div border color is #af89bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af89bc


Comments

No comments written yet.

Please login to write comment.