Color spaces of #af87bf
RGB | 175 | 135 | 191 |
---|---|---|---|
HSL | 0.79 | 0.30 | 0.64 |
HSV | 283° | 29° | 75° |
CMYK | 0.08 | 0.29 | 0.00 0.25 |
XYZ | 35.7471 | 30.2035 | 53.2360 |
Yxy | 30.2035 | 0.2999 | 0.2534 |
Hunter Lab | 54.9577 | 19.9289 | -18.9622 |
CIE-Lab | 61.8294 | 25.4427 | -23.3710 |
#af87bf color RGB value is (175,135,191).
#af87bf hex color red value is 175, green value is 135 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #af87bf hue: 0.79 , saturation: 0.30 and the lightness value of af87bf is 0.64.
The process color (four color CMYK) of #af87bf color hex is 0.08, 0.29, 0.00, 0.25. Web safe color of #af87bf is #9999cc. Color #af87bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10000111 | 10111111 |
Octal | 257 | 207 | 277 |
Decimal | 175 | 135 | 191 |
Hex | AF | 87 | BF |
Shades of #af87bf
Tints of #af87bf
RGB Percentages of Color #af87bf
CMYK Percentages of Color #af87bf
Complementary Color
#af87bf | #97bf87 |
#af87bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af87bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#af87bf Color CSS Codes
.mybgcolor {background-color:#af87bf; } .myforecolor {color:#af87bf; } .mybordercolor {border:3px solid #af87bf; }
#af87bf Text Font Color
<p style="color:#af87bf">Text here</p>
This sample text font color is #af87bf
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.
#af87bf Background Color
<div style="background-color:#af87bf">
Div content here</div>
This div background color is #af87bf
#af87bf Border Color
<div style="border:3px solid #af87bf">
Div here</div>
This div border color is #af87bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,135,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af87bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af87bf; -webkit-box-shadow: 1px 1px 3px 2px #af87bf; box-shadow: 1px 1px 3px 2px #af87bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,135,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af87bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af87bf; -webkit-box-shadow: 1px 1px 3px 2px #af87bf; box-shadow: 1px 1px 3px 2px #af87bf;">
Div content here</div>
This div box has shadow with color #af87bf
Comments
No comments written yet.
Please login to write comment.