Color spaces of #af90dc
RGB | 175 | 144 | 220 |
---|---|---|---|
HSL | 0.73 | 0.52 | 0.71 |
HSV | 264° | 35° | 86° |
CMYK | 0.20 | 0.35 | 0.00 0.14 |
XYZ | 40.5707 | 34.2278 | 72.1785 |
Yxy | 34.2278 | 0.2760 | 0.2329 |
Hunter Lab | 58.5045 | 21.4001 | -32.1944 |
CIE-Lab | 65.1430 | 26.7137 | -34.4847 |
#af90dc color RGB value is (175,144,220).
#af90dc hex color red value is 175, green value is 144 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #af90dc hue: 0.73 , saturation: 0.52 and the lightness value of af90dc is 0.71.
The process color (four color CMYK) of #af90dc color hex is 0.20, 0.35, 0.00, 0.14. Web safe color of #af90dc is #9999cc. Color #af90dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10010000 | 11011100 |
Octal | 257 | 220 | 334 |
Decimal | 175 | 144 | 220 |
Hex | AF | 90 | DC |
Shades of #af90dc
Tints of #af90dc
RGB Percentages of Color #af90dc
CMYK Percentages of Color #af90dc
Complementary Color
#af90dc | #bddc90 |
#af90dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af90dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#af90dc Color CSS Codes
.mybgcolor {background-color:#af90dc; } .myforecolor {color:#af90dc; } .mybordercolor {border:3px solid #af90dc; }
#af90dc Text Font Color
<p style="color:#af90dc">Text here</p>
This sample text font color is #af90dc
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.
#af90dc Background Color
<div style="background-color:#af90dc">
Div content here</div>
This div background color is #af90dc
#af90dc Border Color
<div style="border:3px solid #af90dc">
Div here</div>
This div border color is #af90dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,144,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af90dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af90dc; -webkit-box-shadow: 1px 1px 3px 2px #af90dc; box-shadow: 1px 1px 3px 2px #af90dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,144,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af90dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af90dc; -webkit-box-shadow: 1px 1px 3px 2px #af90dc; box-shadow: 1px 1px 3px 2px #af90dc;">
Div content here</div>
This div box has shadow with color #af90dc
Comments
No comments written yet.
Please login to write comment.