Color spaces of #af90bf
RGB | 175 | 144 | 191 |
---|---|---|---|
HSL | 0.78 | 0.27 | 0.66 |
HSV | 280° | 25° | 75° |
CMYK | 0.08 | 0.25 | 0.00 0.25 |
XYZ | 37.0564 | 32.8221 | 53.6724 |
Yxy | 32.8221 | 0.2999 | 0.2657 |
Hunter Lab | 57.2906 | 15.1980 | -15.4421 |
CIE-Lab | 64.0166 | 20.3688 | -20.0294 |
#af90bf color RGB value is (175,144,191).
#af90bf hex color red value is 175, green value is 144 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #af90bf hue: 0.78 , saturation: 0.27 and the lightness value of af90bf is 0.66.
The process color (four color CMYK) of #af90bf color hex is 0.08, 0.25, 0.00, 0.25. Web safe color of #af90bf is #9999cc. Color #af90bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10010000 | 10111111 |
Octal | 257 | 220 | 277 |
Decimal | 175 | 144 | 191 |
Hex | AF | 90 | BF |
Shades of #af90bf
Tints of #af90bf
RGB Percentages of Color #af90bf
CMYK Percentages of Color #af90bf
Complementary Color
#af90bf | #a0bf90 |
#af90bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af90bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#af90bf Color CSS Codes
.mybgcolor {background-color:#af90bf; } .myforecolor {color:#af90bf; } .mybordercolor {border:3px solid #af90bf; }
#af90bf Text Font Color
<p style="color:#af90bf">Text here</p>
This sample text font color is #af90bf
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.
#af90bf Background Color
<div style="background-color:#af90bf">
Div content here</div>
This div background color is #af90bf
#af90bf Border Color
<div style="border:3px solid #af90bf">
Div here</div>
This div border color is #af90bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,144,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af90bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af90bf; -webkit-box-shadow: 1px 1px 3px 2px #af90bf; box-shadow: 1px 1px 3px 2px #af90bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,144,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 #af90bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af90bf; -webkit-box-shadow: 1px 1px 3px 2px #af90bf; box-shadow: 1px 1px 3px 2px #af90bf;">
Div content here</div>
This div box has shadow with color #af90bf
Comments
No comments written yet.
Please login to write comment.