Color spaces of #af91da
RGB | 175 | 145 | 218 |
---|---|---|---|
HSL | 0.74 | 0.50 | 0.71 |
HSV | 265° | 33° | 85° |
CMYK | 0.20 | 0.33 | 0.00 0.15 |
XYZ | 40.4595 | 34.4267 | 70.8422 |
Yxy | 34.4267 | 0.2776 | 0.2362 |
Hunter Lab | 58.6743 | 20.4067 | -30.5136 |
CIE-Lab | 65.2999 | 25.6933 | -33.1313 |
#af91da color RGB value is (175,145,218).
#af91da hex color red value is 175, green value is 145 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #af91da hue: 0.74 , saturation: 0.50 and the lightness value of af91da is 0.71.
The process color (four color CMYK) of #af91da color hex is 0.20, 0.33, 0.00, 0.15. Web safe color of #af91da is #9999cc. Color #af91da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10010001 | 11011010 |
Octal | 257 | 221 | 332 |
Decimal | 175 | 145 | 218 |
Hex | AF | 91 | DA |
Shades of #af91da
Tints of #af91da
RGB Percentages of Color #af91da
CMYK Percentages of Color #af91da
Complementary Color
#af91da | #bcda91 |
#af91da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af91da Color Preview on White Background
Lorem ipsum dolor sit amet.
#af91da Color CSS Codes
.mybgcolor {background-color:#af91da; } .myforecolor {color:#af91da; } .mybordercolor {border:3px solid #af91da; }
#af91da Text Font Color
<p style="color:#af91da">Text here</p>
This sample text font color is #af91da
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.
#af91da Background Color
<div style="background-color:#af91da">
Div content here</div>
This div background color is #af91da
#af91da Border Color
<div style="border:3px solid #af91da">
Div here</div>
This div border color is #af91da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,145,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af91da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af91da; -webkit-box-shadow: 1px 1px 3px 2px #af91da; box-shadow: 1px 1px 3px 2px #af91da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,145,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af91da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af91da; -webkit-box-shadow: 1px 1px 3px 2px #af91da; box-shadow: 1px 1px 3px 2px #af91da;">
Div content here</div>
This div box has shadow with color #af91da
Comments
No comments written yet.
Please login to write comment.