Color spaces of #21142d
RGB | 33 | 20 | 45 |
---|---|---|---|
HSL | 0.75 | 0.38 | 0.13 |
HSV | 271° | 56° | 18° |
CMYK | 0.27 | 0.56 | 0.00 0.82 |
XYZ | 1.3510 | 1.0131 | 2.6070 |
Yxy | 1.0131 | 0.2718 | 0.2038 |
Hunter Lab | 10.0653 | 6.3447 | -8.3109 |
CIE-Lab | 9.1001 | 12.9280 | -14.3683 |
#21142d color RGB value is (33,20,45).
#21142d hex color red value is 33, green value is 20 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #21142d hue: 0.75 , saturation: 0.38 and the lightness value of 21142d is 0.13.
The process color (four color CMYK) of #21142d color hex is 0.27, 0.56, 0.00, 0.82. Web safe color of #21142d is #330033. Color #21142d contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100001 | 00010100 | 00101101 |
Octal | 41 | 24 | 55 |
Decimal | 33 | 20 | 45 |
Hex | 21 | 14 | 2D |
Shades of #21142d
Tints of #21142d
RGB Percentages of Color #21142d
CMYK Percentages of Color #21142d
Complementary Color
#21142d | #202d14 |
#21142d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#21142d Color Preview on White Background
Lorem ipsum dolor sit amet.
#21142d Color CSS Codes
.mybgcolor {background-color:#21142d; } .myforecolor {color:#21142d; } .mybordercolor {border:3px solid #21142d; }
#21142d Text Font Color
<p style="color:#21142d">Text here</p>
This sample text font color is #21142d
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.
#21142d Background Color
<div style="background-color:#21142d">
Div content here</div>
This div background color is #21142d
#21142d Border Color
<div style="border:3px solid #21142d">
Div here</div>
This div border color is #21142d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(33,20,45, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #21142d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #21142d; -webkit-box-shadow: 1px 1px 3px 2px #21142d; box-shadow: 1px 1px 3px 2px #21142d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(33,20,45, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #21142d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #21142d; -webkit-box-shadow: 1px 1px 3px 2px #21142d; box-shadow: 1px 1px 3px 2px #21142d;">
Div content here</div>
This div box has shadow with color #21142d
Comments
No comments written yet.
Please login to write comment.