Color spaces of #af95bc
RGB | 175 | 149 | 188 |
---|---|---|---|
HSL | 0.78 | 0.23 | 0.66 |
HSV | 280° | 21° | 74° |
CMYK | 0.07 | 0.21 | 0.00 0.26 |
XYZ | 37.5037 | 34.2397 | 52.2092 |
Yxy | 34.2397 | 0.3026 | 0.2762 |
Hunter Lab | 58.5147 | 12.0049 | -11.9407 |
CIE-Lab | 65.1524 | 16.9370 | -16.6222 |
#af95bc color RGB value is (175,149,188).
#af95bc hex color red value is 175, green value is 149 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #af95bc hue: 0.78 , saturation: 0.23 and the lightness value of af95bc is 0.66.
The process color (four color CMYK) of #af95bc color hex is 0.07, 0.21, 0.00, 0.26. Web safe color of #af95bc is #9999cc. Color #af95bc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10010101 | 10111100 |
Octal | 257 | 225 | 274 |
Decimal | 175 | 149 | 188 |
Hex | AF | 95 | BC |
Shades of #af95bc
Tints of #af95bc
RGB Percentages of Color #af95bc
CMYK Percentages of Color #af95bc
Complementary Color
#af95bc | #a2bc95 |
#af95bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af95bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#af95bc Color CSS Codes
.mybgcolor {background-color:#af95bc; } .myforecolor {color:#af95bc; } .mybordercolor {border:3px solid #af95bc; }
#af95bc Text Font Color
<p style="color:#af95bc">Text here</p>
This sample text font color is #af95bc
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.
#af95bc Background Color
<div style="background-color:#af95bc">
Div content here</div>
This div background color is #af95bc
#af95bc Border Color
<div style="border:3px solid #af95bc">
Div here</div>
This div border color is #af95bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,149,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af95bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af95bc; -webkit-box-shadow: 1px 1px 3px 2px #af95bc; box-shadow: 1px 1px 3px 2px #af95bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,149,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af95bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af95bc; -webkit-box-shadow: 1px 1px 3px 2px #af95bc; box-shadow: 1px 1px 3px 2px #af95bc;">
Div content here</div>
This div box has shadow with color #af95bc
Comments
No comments written yet.
Please login to write comment.