Color Hex Logo

#af66bd Color Hex

#AF66BD
(175,102,189)
0 Favorites   0 Comments

Color spaces of #af66bd

RGB 175102189
HSL0.810.400.57
HSV290°46°74°
CMYK 0.070.460.00   0.26
XYZ31.615922.290850.7803
Yxy22.29080.30200.2129
Hunter Lab47.213136.9081-30.7204
CIE-Lab54.334243.2735-33.8329

#af66bd color RGB value is (175,102,189).

#af66bd hex color red value is 175, green value is 102 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #af66bd hue: 0.81 , saturation: 0.40 and the lightness value of af66bd is 0.57.

The process color (four color CMYK) of #af66bd color hex is 0.07, 0.46, 0.00, 0.26. Web safe color of #af66bd is #9966cc. Color #af66bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100110 10111101
Octal 257 146 275
Decimal 175 102 189
Hex AF 66 BD

RGB Percentages of Color #af66bd

%37.55
%21.89
%40.56

CMYK Percentages of Color #af66bd

%7
%46
%0
%26

Triadic Colors of #af66bd

#af66bd #bdaf66 #66bdaf

Analogous Colors of #af66bd

#af66bd #bd66a0 #8466bd

Monochromatic Colors of #af66bd

#af66bd

Complementary Color

#af66bd #74bd66

#af66bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af66bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af66bd Color CSS Codes

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

#af66bd Text Font Color

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

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


#af66bd Background Color

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

This div background color is #af66bd


#af66bd Border Color

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

This div border color is #af66bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af66bd


Comments

No comments written yet.

Please login to write comment.