Color spaces of #211ccd
RGB | 33 | 28 | 205 |
---|---|---|---|
HSL | 0.67 | 0.76 | 0.46 |
HSV | 242° | 86° | 80° |
CMYK | 0.84 | 0.86 | 0.00 0.20 |
XYZ | 12.0619 | 5.5616 | 58.1954 |
Yxy | 5.5616 | 0.1591 | 0.0734 |
Hunter Lab | 23.5830 | 50.0262 | -129.8006 |
CIE-Lab | 28.2783 | 60.4085 | -85.9659 |
#211ccd color RGB value is (33,28,205).
#211ccd hex color red value is 33, green value is 28 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #211ccd hue: 0.67 , saturation: 0.76 and the lightness value of 211ccd is 0.46.
The process color (four color CMYK) of #211ccd color hex is 0.84, 0.86, 0.00, 0.20. Web safe color of #211ccd is #3333cc. Color #211ccd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100001 | 00011100 | 11001101 |
Octal | 41 | 34 | 315 |
Decimal | 33 | 28 | 205 |
Hex | 21 | 1C | CD |
Shades of #211ccd
Tints of #211ccd
RGB Percentages of Color #211ccd
CMYK Percentages of Color #211ccd
Complementary Color
#211ccd | #c8cd1c |
#211ccd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#211ccd Color Preview on White Background
Lorem ipsum dolor sit amet.
#211ccd Color CSS Codes
.mybgcolor {background-color:#211ccd; } .myforecolor {color:#211ccd; } .mybordercolor {border:3px solid #211ccd; }
#211ccd Text Font Color
<p style="color:#211ccd">Text here</p>
This sample text font color is #211ccd
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.
#211ccd Background Color
<div style="background-color:#211ccd">
Div content here</div>
This div background color is #211ccd
#211ccd Border Color
<div style="border:3px solid #211ccd">
Div here</div>
This div border color is #211ccd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(33,28,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #211ccd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #211ccd; -webkit-box-shadow: 1px 1px 3px 2px #211ccd; box-shadow: 1px 1px 3px 2px #211ccd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(33,28,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 #211ccd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #211ccd; -webkit-box-shadow: 1px 1px 3px 2px #211ccd; box-shadow: 1px 1px 3px 2px #211ccd;">
Div content here</div>
This div box has shadow with color #211ccd
Comments
No comments written yet.
Please login to write comment.