Color spaces of #365afd
RGB | 54 | 90 | 253 |
---|---|---|---|
HSL | 0.64 | 0.98 | 0.60 |
HSV | 229° | 79° | 99° |
CMYK | 0.79 | 0.64 | 0.00 0.01 |
XYZ | 22.9071 | 15.1884 | 94.6528 |
Yxy | 15.1884 | 0.1726 | 0.1144 |
Hunter Lab | 38.9723 | 36.7170 | -116.7182 |
CIE-Lab | 45.8912 | 44.3854 | -84.1685 |
#365afd color RGB value is (54,90,253).
#365afd hex color red value is 54, green value is 90 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #365afd hue: 0.64 , saturation: 0.98 and the lightness value of 365afd is 0.60.
The process color (four color CMYK) of #365afd color hex is 0.79, 0.64, 0.00, 0.01. Web safe color of #365afd is #3366ff. Color #365afd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110110 | 01011010 | 11111101 |
Octal | 66 | 132 | 375 |
Decimal | 54 | 90 | 253 |
Hex | 36 | 5A | FD |
Shades of #365afd
Tints of #365afd
RGB Percentages of Color #365afd
CMYK Percentages of Color #365afd
Complementary Color
#365afd | #fdd936 |
#365afd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#365afd Color Preview on White Background
Lorem ipsum dolor sit amet.
#365afd Color CSS Codes
.mybgcolor {background-color:#365afd; } .myforecolor {color:#365afd; } .mybordercolor {border:3px solid #365afd; }
#365afd Text Font Color
<p style="color:#365afd">Text here</p>
This sample text font color is #365afd
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.
#365afd Background Color
<div style="background-color:#365afd">
Div content here</div>
This div background color is #365afd
#365afd Border Color
<div style="border:3px solid #365afd">
Div here</div>
This div border color is #365afd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(54,90,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #365afd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #365afd; -webkit-box-shadow: 1px 1px 3px 2px #365afd; box-shadow: 1px 1px 3px 2px #365afd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(54,90,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #365afd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #365afd; -webkit-box-shadow: 1px 1px 3px 2px #365afd; box-shadow: 1px 1px 3px 2px #365afd;">
Div content here</div>
This div box has shadow with color #365afd
Comments
No comments written yet.
Please login to write comment.