Color spaces of #214852
RGB | 33 | 72 | 82 |
---|---|---|---|
HSL | 0.53 | 0.43 | 0.23 |
HSV | 192° | 60° | 32° |
CMYK | 0.60 | 0.12 | 0.00 0.68 |
XYZ | 4.4676 | 5.5673 | 8.8218 |
Yxy | 5.5673 | 0.2369 | 0.2952 |
Hunter Lab | 23.5951 | -7.4935 | -5.6509 |
CIE-Lab | 28.2935 | -10.4735 | -10.1744 |
#214852 color RGB value is (33,72,82).
#214852 hex color red value is 33, green value is 72 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #214852 hue: 0.53 , saturation: 0.43 and the lightness value of 214852 is 0.23.
The process color (four color CMYK) of #214852 color hex is 0.60, 0.12, 0.00, 0.68. Web safe color of #214852 is #333366. Color #214852 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100001 | 01001000 | 01010010 |
Octal | 41 | 110 | 122 |
Decimal | 33 | 72 | 82 |
Hex | 21 | 48 | 52 |
Shades of #214852
Tints of #214852
RGB Percentages of Color #214852
CMYK Percentages of Color #214852
Complementary Color
#214852 | #522b21 |
#214852 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#214852 Color Preview on White Background
Lorem ipsum dolor sit amet.
#214852 Color CSS Codes
.mybgcolor {background-color:#214852; } .myforecolor {color:#214852; } .mybordercolor {border:3px solid #214852; }
#214852 Text Font Color
<p style="color:#214852">Text here</p>
This sample text font color is #214852
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.
#214852 Background Color
<div style="background-color:#214852">
Div content here</div>
This div background color is #214852
#214852 Border Color
<div style="border:3px solid #214852">
Div here</div>
This div border color is #214852
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(33,72,82, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #214852; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #214852; -webkit-box-shadow: 1px 1px 3px 2px #214852; box-shadow: 1px 1px 3px 2px #214852; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(33,72,82, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #214852">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #214852; -webkit-box-shadow: 1px 1px 3px 2px #214852; box-shadow: 1px 1px 3px 2px #214852;">
Div content here</div>
This div box has shadow with color #214852
Comments
No comments written yet.
Please login to write comment.