Color spaces of #211fce
RGB | 33 | 31 | 206 |
---|---|---|---|
HSL | 0.67 | 0.74 | 0.46 |
HSV | 241° | 85° | 81° |
CMYK | 0.84 | 0.85 | 0.00 0.19 |
XYZ | 12.2578 | 5.7595 | 58.8582 |
Yxy | 5.7595 | 0.1595 | 0.0749 |
Hunter Lab | 23.9990 | 49.1732 | -128.6113 |
CIE-Lab | 28.7974 | 59.5240 | -85.6848 |
#211fce color RGB value is (33,31,206).
#211fce hex color red value is 33, green value is 31 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #211fce hue: 0.67 , saturation: 0.74 and the lightness value of 211fce is 0.46.
The process color (four color CMYK) of #211fce color hex is 0.84, 0.85, 0.00, 0.19. Web safe color of #211fce is #3333cc. Color #211fce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100001 | 00011111 | 11001110 |
Octal | 41 | 37 | 316 |
Decimal | 33 | 31 | 206 |
Hex | 21 | 1F | CE |
Shades of #211fce
Tints of #211fce
RGB Percentages of Color #211fce
CMYK Percentages of Color #211fce
Complementary Color
#211fce | #ccce1f |
#211fce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#211fce Color Preview on White Background
Lorem ipsum dolor sit amet.
#211fce Color CSS Codes
.mybgcolor {background-color:#211fce; } .myforecolor {color:#211fce; } .mybordercolor {border:3px solid #211fce; }
#211fce Text Font Color
<p style="color:#211fce">Text here</p>
This sample text font color is #211fce
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.
#211fce Background Color
<div style="background-color:#211fce">
Div content here</div>
This div background color is #211fce
#211fce Border Color
<div style="border:3px solid #211fce">
Div here</div>
This div border color is #211fce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(33,31,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #211fce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #211fce; -webkit-box-shadow: 1px 1px 3px 2px #211fce; box-shadow: 1px 1px 3px 2px #211fce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(33,31,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #211fce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #211fce; -webkit-box-shadow: 1px 1px 3px 2px #211fce; box-shadow: 1px 1px 3px 2px #211fce;">
Div content here</div>
This div box has shadow with color #211fce
Comments
No comments written yet.
Please login to write comment.