Color spaces of #73aaff
RGB | 115 | 170 | 255 |
---|---|---|---|
HSL | 0.60 | 1.00 | 0.73 |
HSV | 216° | 55° | 100° |
CMYK | 0.55 | 0.33 | 0.00 0.00 |
XYZ | 39.4950 | 39.6143 | 100.1725 |
Yxy | 39.6143 | 0.2203 | 0.2210 |
Hunter Lab | 62.9399 | 1.8646 | -50.3056 |
CIE-Lab | 69.1939 | 5.8957 | -47.6318 |
#73aaff color RGB value is (115,170,255).
#73aaff hex color red value is 115, green value is 170 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #73aaff hue: 0.60 , saturation: 1.00 and the lightness value of 73aaff is 0.73.
The process color (four color CMYK) of #73aaff color hex is 0.55, 0.33, 0.00, 0.00. Web safe color of #73aaff is #6699ff. Color #73aaff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 10101010 | 11111111 |
Octal | 163 | 252 | 377 |
Decimal | 115 | 170 | 255 |
Hex | 73 | AA | FF |
Shades of #73aaff
Tints of #73aaff
RGB Percentages of Color #73aaff
CMYK Percentages of Color #73aaff
Complementary Color
#73aaff | #ffc873 |
#73aaff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#73aaff Color Preview on White Background
Lorem ipsum dolor sit amet.
#73aaff Color CSS Codes
.mybgcolor {background-color:#73aaff; } .myforecolor {color:#73aaff; } .mybordercolor {border:3px solid #73aaff; }
#73aaff Text Font Color
<p style="color:#73aaff">Text here</p>
This sample text font color is #73aaff
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.
#73aaff Background Color
<div style="background-color:#73aaff">
Div content here</div>
This div background color is #73aaff
#73aaff Border Color
<div style="border:3px solid #73aaff">
Div here</div>
This div border color is #73aaff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,170,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #73aaff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #73aaff; -webkit-box-shadow: 1px 1px 3px 2px #73aaff; box-shadow: 1px 1px 3px 2px #73aaff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,170,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #73aaff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #73aaff; -webkit-box-shadow: 1px 1px 3px 2px #73aaff; box-shadow: 1px 1px 3px 2px #73aaff;">
Div content here</div>
This div box has shadow with color #73aaff
Comments
No comments written yet.
Please login to write comment.