Color spaces of #21487e
RGB | 33 | 72 | 126 |
---|---|---|---|
HSL | 0.60 | 0.58 | 0.31 |
HSV | 215° | 74° | 49° |
CMYK | 0.74 | 0.43 | 0.00 0.51 |
XYZ | 6.7105 | 6.4644 | 20.6327 |
Yxy | 6.4644 | 0.1985 | 0.1912 |
Hunter Lab | 25.4252 | 2.6177 | -30.3166 |
CIE-Lab | 30.5551 | 5.9846 | -34.6084 |
#21487e color RGB value is (33,72,126).
#21487e hex color red value is 33, green value is 72 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #21487e hue: 0.60 , saturation: 0.58 and the lightness value of 21487e is 0.31.
The process color (four color CMYK) of #21487e color hex is 0.74, 0.43, 0.00, 0.51. Web safe color of #21487e is #333366. Color #21487e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100001 | 01001000 | 01111110 |
Octal | 41 | 110 | 176 |
Decimal | 33 | 72 | 126 |
Hex | 21 | 48 | 7E |
Shades of #21487e
Tints of #21487e
RGB Percentages of Color #21487e
CMYK Percentages of Color #21487e
Complementary Color
#21487e | #7e5721 |
#21487e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#21487e Color Preview on White Background
Lorem ipsum dolor sit amet.
#21487e Color CSS Codes
.mybgcolor {background-color:#21487e; } .myforecolor {color:#21487e; } .mybordercolor {border:3px solid #21487e; }
#21487e Text Font Color
<p style="color:#21487e">Text here</p>
This sample text font color is #21487e
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.
#21487e Background Color
<div style="background-color:#21487e">
Div content here</div>
This div background color is #21487e
#21487e Border Color
<div style="border:3px solid #21487e">
Div here</div>
This div border color is #21487e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(33,72,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #21487e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #21487e; -webkit-box-shadow: 1px 1px 3px 2px #21487e; box-shadow: 1px 1px 3px 2px #21487e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(33,72,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #21487e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #21487e; -webkit-box-shadow: 1px 1px 3px 2px #21487e; box-shadow: 1px 1px 3px 2px #21487e;">
Div content here</div>
This div box has shadow with color #21487e
Comments
No comments written yet.
Please login to write comment.