Color spaces of #319fde
RGB | 49 | 159 | 222 |
---|---|---|---|
HSL | 0.56 | 0.72 | 0.53 |
HSV | 202° | 78° | 87° |
CMYK | 0.78 | 0.28 | 0.00 0.13 |
XYZ | 26.8496 | 30.7232 | 73.6223 |
Yxy | 30.7232 | 0.2047 | 0.2342 |
Hunter Lab | 55.4285 | -10.5344 | -39.9513 |
CIE-Lab | 62.2733 | -9.3123 | -40.5876 |
#319fde color RGB value is (49,159,222).
#319fde hex color red value is 49, green value is 159 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #319fde hue: 0.56 , saturation: 0.72 and the lightness value of 319fde is 0.53.
The process color (four color CMYK) of #319fde color hex is 0.78, 0.28, 0.00, 0.13. Web safe color of #319fde is #3399cc. Color #319fde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 10011111 | 11011110 |
Octal | 61 | 237 | 336 |
Decimal | 49 | 159 | 222 |
Hex | 31 | 9F | DE |
Shades of #319fde
Tints of #319fde
RGB Percentages of Color #319fde
CMYK Percentages of Color #319fde
Complementary Color
#319fde | #de7031 |
#319fde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#319fde Color Preview on White Background
Lorem ipsum dolor sit amet.
#319fde Color CSS Codes
.mybgcolor {background-color:#319fde; } .myforecolor {color:#319fde; } .mybordercolor {border:3px solid #319fde; }
#319fde Text Font Color
<p style="color:#319fde">Text here</p>
This sample text font color is #319fde
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.
#319fde Background Color
<div style="background-color:#319fde">
Div content here</div>
This div background color is #319fde
#319fde Border Color
<div style="border:3px solid #319fde">
Div here</div>
This div border color is #319fde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,159,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #319fde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #319fde; -webkit-box-shadow: 1px 1px 3px 2px #319fde; box-shadow: 1px 1px 3px 2px #319fde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,159,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #319fde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #319fde; -webkit-box-shadow: 1px 1px 3px 2px #319fde; box-shadow: 1px 1px 3px 2px #319fde;">
Div content here</div>
This div box has shadow with color #319fde
Comments
No comments written yet.
Please login to write comment.