Color spaces of #216086
RGB | 33 | 96 | 134 |
---|---|---|---|
HSL | 0.56 | 0.60 | 0.33 |
HSV | 203° | 75° | 53° |
CMYK | 0.75 | 0.28 | 0.00 0.47 |
XYZ | 9.1131 | 10.4103 | 24.0833 |
Yxy | 10.4103 | 0.2090 | 0.2387 |
Hunter Lab | 32.2650 | -6.0472 | -21.6699 |
CIE-Lab | 38.5690 | -6.3637 | -26.8682 |
#216086 color RGB value is (33,96,134).
#216086 hex color red value is 33, green value is 96 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #216086 hue: 0.56 , saturation: 0.60 and the lightness value of 216086 is 0.33.
The process color (four color CMYK) of #216086 color hex is 0.75, 0.28, 0.00, 0.47. Web safe color of #216086 is #336699. Color #216086 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100001 | 01100000 | 10000110 |
Octal | 41 | 140 | 206 |
Decimal | 33 | 96 | 134 |
Hex | 21 | 60 | 86 |
Shades of #216086
Tints of #216086
RGB Percentages of Color #216086
CMYK Percentages of Color #216086
Complementary Color
#216086 | #864721 |
#216086 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#216086 Color Preview on White Background
Lorem ipsum dolor sit amet.
#216086 Color CSS Codes
.mybgcolor {background-color:#216086; } .myforecolor {color:#216086; } .mybordercolor {border:3px solid #216086; }
#216086 Text Font Color
<p style="color:#216086">Text here</p>
This sample text font color is #216086
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.
#216086 Background Color
<div style="background-color:#216086">
Div content here</div>
This div background color is #216086
#216086 Border Color
<div style="border:3px solid #216086">
Div here</div>
This div border color is #216086
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(33,96,134, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #216086; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #216086; -webkit-box-shadow: 1px 1px 3px 2px #216086; box-shadow: 1px 1px 3px 2px #216086; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(33,96,134, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #216086">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #216086; -webkit-box-shadow: 1px 1px 3px 2px #216086; box-shadow: 1px 1px 3px 2px #216086;">
Div content here</div>
This div box has shadow with color #216086
Comments
No comments written yet.
Please login to write comment.