Color spaces of #608afa
RGB | 96 | 138 | 250 |
---|---|---|---|
HSL | 0.62 | 0.94 | 0.68 |
HSV | 224° | 62° | 98° |
CMYK | 0.62 | 0.45 | 0.00 0.02 |
XYZ | 31.1677 | 27.5659 | 94.1205 |
Yxy | 27.5659 | 0.2039 | 0.1803 |
Hunter Lab | 52.5032 | 14.0830 | -69.5346 |
CIE-Lab | 59.4945 | 19.3859 | -60.3559 |
#608afa color RGB value is (96,138,250).
#608afa hex color red value is 96, green value is 138 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #608afa hue: 0.62 , saturation: 0.94 and the lightness value of 608afa is 0.68.
The process color (four color CMYK) of #608afa color hex is 0.62, 0.45, 0.00, 0.02. Web safe color of #608afa is #6699ff. Color #608afa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 10001010 | 11111010 |
Octal | 140 | 212 | 372 |
Decimal | 96 | 138 | 250 |
Hex | 60 | 8A | FA |
Shades of #608afa
Tints of #608afa
RGB Percentages of Color #608afa
CMYK Percentages of Color #608afa
Complementary Color
#608afa | #fad060 |
#608afa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#608afa Color Preview on White Background
Lorem ipsum dolor sit amet.
#608afa Color CSS Codes
.mybgcolor {background-color:#608afa; } .myforecolor {color:#608afa; } .mybordercolor {border:3px solid #608afa; }
#608afa Text Font Color
<p style="color:#608afa">Text here</p>
This sample text font color is #608afa
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.
#608afa Background Color
<div style="background-color:#608afa">
Div content here</div>
This div background color is #608afa
#608afa Border Color
<div style="border:3px solid #608afa">
Div here</div>
This div border color is #608afa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,138,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #608afa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #608afa; -webkit-box-shadow: 1px 1px 3px 2px #608afa; box-shadow: 1px 1px 3px 2px #608afa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,138,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #608afa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #608afa; -webkit-box-shadow: 1px 1px 3px 2px #608afa; box-shadow: 1px 1px 3px 2px #608afa;">
Div content here</div>
This div box has shadow with color #608afa
Comments
No comments written yet.
Please login to write comment.