Color spaces of #151ecd
RGB | 21 | 30 | 205 |
---|---|---|---|
HSL | 0.66 | 0.81 | 0.44 |
HSV | 237° | 90° | 80° |
CMYK | 0.90 | 0.85 | 0.00 0.20 |
XYZ | 11.7930 | 5.4958 | 58.1968 |
Yxy | 5.4958 | 0.1562 | 0.0728 |
Hunter Lab | 23.4431 | 48.7685 | -130.7753 |
CIE-Lab | 28.1030 | 59.2829 | -86.2695 |
#151ecd color RGB value is (21,30,205).
#151ecd hex color red value is 21, green value is 30 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #151ecd hue: 0.66 , saturation: 0.81 and the lightness value of 151ecd is 0.44.
The process color (four color CMYK) of #151ecd color hex is 0.90, 0.85, 0.00, 0.20. Web safe color of #151ecd is #0033cc. Color #151ecd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010101 | 00011110 | 11001101 |
Octal | 25 | 36 | 315 |
Decimal | 21 | 30 | 205 |
Hex | 15 | 1E | CD |
Shades of #151ecd
Tints of #151ecd
RGB Percentages of Color #151ecd
CMYK Percentages of Color #151ecd
Complementary Color
#151ecd | #cdc415 |
#151ecd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#151ecd Color Preview on White Background
Lorem ipsum dolor sit amet.
#151ecd Color CSS Codes
.mybgcolor {background-color:#151ecd; } .myforecolor {color:#151ecd; } .mybordercolor {border:3px solid #151ecd; }
#151ecd Text Font Color
<p style="color:#151ecd">Text here</p>
This sample text font color is #151ecd
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.
#151ecd Background Color
<div style="background-color:#151ecd">
Div content here</div>
This div background color is #151ecd
#151ecd Border Color
<div style="border:3px solid #151ecd">
Div here</div>
This div border color is #151ecd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(21,30,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #151ecd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #151ecd; -webkit-box-shadow: 1px 1px 3px 2px #151ecd; box-shadow: 1px 1px 3px 2px #151ecd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(21,30,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #151ecd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #151ecd; -webkit-box-shadow: 1px 1px 3px 2px #151ecd; box-shadow: 1px 1px 3px 2px #151ecd;">
Div content here</div>
This div box has shadow with color #151ecd
Comments
No comments written yet.
Please login to write comment.