Color spaces of #400cfd
RGB | 64 | 12 | 253 |
---|---|---|---|
HSL | 0.70 | 0.98 | 0.52 |
HSV | 253° | 95° | 99° |
CMYK | 0.75 | 0.95 | 0.00 0.01 |
XYZ | 19.9754 | 8.4448 | 93.5057 |
Yxy | 8.4448 | 0.1638 | 0.0693 |
Hunter Lab | 29.0599 | 71.8435 | -170.4345 |
CIE-Lab | 34.8926 | 77.9086 | -102.3573 |
#400cfd color RGB value is (64,12,253).
#400cfd hex color red value is 64, green value is 12 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #400cfd hue: 0.70 , saturation: 0.98 and the lightness value of 400cfd is 0.52.
The process color (four color CMYK) of #400cfd color hex is 0.75, 0.95, 0.00, 0.01. Web safe color of #400cfd is #3300ff. Color #400cfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 00001100 | 11111101 |
Octal | 100 | 14 | 375 |
Decimal | 64 | 12 | 253 |
Hex | 40 | C | FD |
Shades of #400cfd
Tints of #400cfd
RGB Percentages of Color #400cfd
CMYK Percentages of Color #400cfd
Complementary Color
#400cfd | #c9fd0c |
#400cfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#400cfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#400cfd Color CSS Codes
.mybgcolor {background-color:#400cfd; } .myforecolor {color:#400cfd; } .mybordercolor {border:3px solid #400cfd; }
#400cfd Text Font Color
<p style="color:#400cfd">Text here</p>
This sample text font color is #400cfd
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.
#400cfd Background Color
<div style="background-color:#400cfd">
Div content here</div>
This div background color is #400cfd
#400cfd Border Color
<div style="border:3px solid #400cfd">
Div here</div>
This div border color is #400cfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,12,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #400cfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #400cfd; -webkit-box-shadow: 1px 1px 3px 2px #400cfd; box-shadow: 1px 1px 3px 2px #400cfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,12,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 #400cfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #400cfd; -webkit-box-shadow: 1px 1px 3px 2px #400cfd; box-shadow: 1px 1px 3px 2px #400cfd;">
Div content here</div>
This div box has shadow with color #400cfd
Comments
No comments written yet.
Please login to write comment.