Color spaces of #4045ce
RGB | 64 | 69 | 206 |
---|---|---|---|
HSL | 0.66 | 0.59 | 0.53 |
HSV | 238° | 69° | 81° |
CMYK | 0.69 | 0.67 | 0.00 0.19 |
XYZ | 15.3831 | 9.8025 | 59.4738 |
Yxy | 9.8025 | 0.1817 | 0.1158 |
Hunter Lab | 31.3089 | 32.9122 | -90.7098 |
CIE-Lab | 37.4856 | 41.9410 | -71.2712 |
#4045ce color RGB value is (64,69,206).
#4045ce hex color red value is 64, green value is 69 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #4045ce hue: 0.66 , saturation: 0.59 and the lightness value of 4045ce is 0.53.
The process color (four color CMYK) of #4045ce color hex is 0.69, 0.67, 0.00, 0.19. Web safe color of #4045ce is #3333cc. Color #4045ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 01000101 | 11001110 |
Octal | 100 | 105 | 316 |
Decimal | 64 | 69 | 206 |
Hex | 40 | 45 | CE |
Shades of #4045ce
Tints of #4045ce
RGB Percentages of Color #4045ce
CMYK Percentages of Color #4045ce
Complementary Color
#4045ce | #cec940 |
#4045ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4045ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#4045ce Color CSS Codes
.mybgcolor {background-color:#4045ce; } .myforecolor {color:#4045ce; } .mybordercolor {border:3px solid #4045ce; }
#4045ce Text Font Color
<p style="color:#4045ce">Text here</p>
This sample text font color is #4045ce
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.
#4045ce Background Color
<div style="background-color:#4045ce">
Div content here</div>
This div background color is #4045ce
#4045ce Border Color
<div style="border:3px solid #4045ce">
Div here</div>
This div border color is #4045ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,69,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4045ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4045ce; -webkit-box-shadow: 1px 1px 3px 2px #4045ce; box-shadow: 1px 1px 3px 2px #4045ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,69,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4045ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4045ce; -webkit-box-shadow: 1px 1px 3px 2px #4045ce; box-shadow: 1px 1px 3px 2px #4045ce;">
Div content here</div>
This div box has shadow with color #4045ce
Comments
No comments written yet.
Please login to write comment.