Color spaces of #450cde
RGB | 69 | 12 | 222 |
---|---|---|---|
HSL | 0.71 | 0.90 | 0.46 |
HSV | 256° | 95° | 87° |
CMYK | 0.69 | 0.95 | 0.00 0.13 |
XYZ | 15.7705 | 6.8021 | 69.5890 |
Yxy | 6.8021 | 0.1711 | 0.0738 |
Hunter Lab | 26.0808 | 62.2935 | -139.9413 |
CIE-Lab | 31.3521 | 70.6471 | -90.6340 |
#450cde color RGB value is (69,12,222).
#450cde hex color red value is 69, green value is 12 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #450cde hue: 0.71 , saturation: 0.90 and the lightness value of 450cde is 0.46.
The process color (four color CMYK) of #450cde color hex is 0.69, 0.95, 0.00, 0.13. Web safe color of #450cde is #3300cc. Color #450cde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000101 | 00001100 | 11011110 |
Octal | 105 | 14 | 336 |
Decimal | 69 | 12 | 222 |
Hex | 45 | C | DE |
Shades of #450cde
Tints of #450cde
RGB Percentages of Color #450cde
CMYK Percentages of Color #450cde
Complementary Color
#450cde | #a5de0c |
#450cde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#450cde Color Preview on White Background
Lorem ipsum dolor sit amet.
#450cde Color CSS Codes
.mybgcolor {background-color:#450cde; } .myforecolor {color:#450cde; } .mybordercolor {border:3px solid #450cde; }
#450cde Text Font Color
<p style="color:#450cde">Text here</p>
This sample text font color is #450cde
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.
#450cde Background Color
<div style="background-color:#450cde">
Div content here</div>
This div background color is #450cde
#450cde Border Color
<div style="border:3px solid #450cde">
Div here</div>
This div border color is #450cde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(69,12,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #450cde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #450cde; -webkit-box-shadow: 1px 1px 3px 2px #450cde; box-shadow: 1px 1px 3px 2px #450cde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(69,12,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 #450cde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #450cde; -webkit-box-shadow: 1px 1px 3px 2px #450cde; box-shadow: 1px 1px 3px 2px #450cde;">
Div content here</div>
This div box has shadow with color #450cde
Comments
No comments written yet.
Please login to write comment.