Color spaces of #af68be
RGB | 175 | 104 | 190 |
---|---|---|---|
HSL | 0.80 | 0.40 | 0.58 |
HSV | 290° | 45° | 75° |
CMYK | 0.08 | 0.45 | 0.00 0.25 |
XYZ | 31.9238 | 22.7323 | 51.4204 |
Yxy | 22.7323 | 0.3010 | 0.2143 |
Hunter Lab | 47.6784 | 36.0802 | -30.5684 |
CIE-Lab | 54.7955 | 42.4060 | -33.6865 |
#af68be color RGB value is (175,104,190).
#af68be hex color red value is 175, green value is 104 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #af68be hue: 0.80 , saturation: 0.40 and the lightness value of af68be is 0.58.
The process color (four color CMYK) of #af68be color hex is 0.08, 0.45, 0.00, 0.25. Web safe color of #af68be is #9966cc. Color #af68be contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 01101000 | 10111110 |
Octal | 257 | 150 | 276 |
Decimal | 175 | 104 | 190 |
Hex | AF | 68 | BE |
Shades of #af68be
Tints of #af68be
RGB Percentages of Color #af68be
CMYK Percentages of Color #af68be
Complementary Color
#af68be | #77be68 |
#af68be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af68be Color Preview on White Background
Lorem ipsum dolor sit amet.
#af68be Color CSS Codes
.mybgcolor {background-color:#af68be; } .myforecolor {color:#af68be; } .mybordercolor {border:3px solid #af68be; }
#af68be Text Font Color
<p style="color:#af68be">Text here</p>
This sample text font color is #af68be
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.
#af68be Background Color
<div style="background-color:#af68be">
Div content here</div>
This div background color is #af68be
#af68be Border Color
<div style="border:3px solid #af68be">
Div here</div>
This div border color is #af68be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,104,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af68be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af68be; -webkit-box-shadow: 1px 1px 3px 2px #af68be; box-shadow: 1px 1px 3px 2px #af68be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,104,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 #af68be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af68be; -webkit-box-shadow: 1px 1px 3px 2px #af68be; box-shadow: 1px 1px 3px 2px #af68be;">
Div content here</div>
This div box has shadow with color #af68be
Comments
No comments written yet.
Please login to write comment.