Color spaces of #400aef
RGB | 64 | 10 | 239 |
---|---|---|---|
HSL | 0.71 | 0.92 | 0.49 |
HSV | 254° | 96° | 94° |
CMYK | 0.73 | 0.96 | 0.00 0.06 |
XYZ | 17.8029 | 7.5391 | 82.1782 |
Yxy | 7.5391 | 0.1656 | 0.0701 |
Hunter Lab | 27.4574 | 67.6857 | -158.2308 |
CIE-Lab | 33.0040 | 74.8560 | -97.6044 |
#400aef color RGB value is (64,10,239).
#400aef hex color red value is 64, green value is 10 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #400aef hue: 0.71 , saturation: 0.92 and the lightness value of 400aef is 0.49.
The process color (four color CMYK) of #400aef color hex is 0.73, 0.96, 0.00, 0.06. Web safe color of #400aef is #3300ff. Color #400aef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 00001010 | 11101111 |
Octal | 100 | 12 | 357 |
Decimal | 64 | 10 | 239 |
Hex | 40 | A | EF |
Shades of #400aef
Tints of #400aef
RGB Percentages of Color #400aef
CMYK Percentages of Color #400aef
Complementary Color
#400aef | #b9ef0a |
#400aef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#400aef Color Preview on White Background
Lorem ipsum dolor sit amet.
#400aef Color CSS Codes
.mybgcolor {background-color:#400aef; } .myforecolor {color:#400aef; } .mybordercolor {border:3px solid #400aef; }
#400aef Text Font Color
<p style="color:#400aef">Text here</p>
This sample text font color is #400aef
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.
#400aef Background Color
<div style="background-color:#400aef">
Div content here</div>
This div background color is #400aef
#400aef Border Color
<div style="border:3px solid #400aef">
Div here</div>
This div border color is #400aef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,10,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #400aef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #400aef; -webkit-box-shadow: 1px 1px 3px 2px #400aef; box-shadow: 1px 1px 3px 2px #400aef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,10,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #400aef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #400aef; -webkit-box-shadow: 1px 1px 3px 2px #400aef; box-shadow: 1px 1px 3px 2px #400aef;">
Div content here</div>
This div box has shadow with color #400aef
Comments
No comments written yet.
Please login to write comment.