Color Hex Logo

#af68bd Color Hex

#AF68BD
(175,104,189)
0 Favorites   0 Comments

Color spaces of #af68bd

RGB 175104189
HSL0.810.390.57
HSV290°45°74°
CMYK 0.070.450.00   0.26
XYZ31.814822.688750.8466
Yxy22.68870.30200.2154
Hunter Lab47.632735.8666-29.9476
CIE-Lab54.750242.2052-33.1831

#af68bd color RGB value is (175,104,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01101000 10111101
Octal 257 150 275
Decimal 175 104 189
Hex AF 68 BD

RGB Percentages of Color #af68bd

%37.39
%22.22
%40.38

CMYK Percentages of Color #af68bd

%7
%45
%0
%26

Triadic Colors of #af68bd

#af68bd #bdaf68 #68bdaf

Analogous Colors of #af68bd

#af68bd #bd68a1 #8568bd

Monochromatic Colors of #af68bd

#af68bd

Complementary Color

#af68bd #76bd68

#af68bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af68bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af68bd Color CSS Codes

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

#af68bd Text Font Color

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

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


#af68bd Background Color

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

This div background color is #af68bd


#af68bd Border Color

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

This div border color is #af68bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af68bd

#af68bd Color Palettes


Comments

No comments written yet.

Please login to write comment.