Color Hex Logo

#af80bd Color Hex

#AF80BD
(175,128,189)
0 Favorites   0 Comments

Color spaces of #af80bd

RGB 175128189
HSL0.800.320.62
HSV286°32°74°
CMYK 0.070.320.00   0.26
XYZ34.583728.226451.7696
Yxy28.22640.30180.2463
Hunter Lab53.128523.2186-20.5835
CIE-Lab60.092728.9698-24.9052

#af80bd color RGB value is (175,128,189).

#af80bd hex color red value is 175, green value is 128 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #af80bd hue: 0.80 , saturation: 0.32 and the lightness value of af80bd is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000000 10111101
Octal 257 200 275
Decimal 175 128 189
Hex AF 80 BD

RGB Percentages of Color #af80bd

%35.57
%26.02
%38.41

CMYK Percentages of Color #af80bd

%7
%32
%0
%26

Triadic Colors of #af80bd

#af80bd #bdaf80 #80bdaf

Analogous Colors of #af80bd

#af80bd #bd80ad #9180bd

Monochromatic Colors of #af80bd

#af80bd

Complementary Color

#af80bd #8ebd80

#af80bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af80bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af80bd Color CSS Codes

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

#af80bd Text Font Color

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

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


#af80bd Background Color

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

This div background color is #af80bd


#af80bd Border Color

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

This div border color is #af80bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af80bd


Comments

No comments written yet.

Please login to write comment.