Color spaces of #2142cb
RGB | 33 | 66 | 203 |
---|---|---|---|
HSL | 0.63 | 0.72 | 0.46 |
HSV | 228° | 84° | 80° |
CMYK | 0.84 | 0.67 | 0.00 0.20 |
XYZ | 13.3549 | 8.5316 | 57.4428 |
Yxy | 8.5316 | 0.1683 | 0.1075 |
Hunter Lab | 29.2089 | 30.4982 | -96.1546 |
CIE-Lab | 35.0664 | 39.8250 | -73.5597 |
#2142cb color RGB value is (33,66,203).
#2142cb hex color red value is 33, green value is 66 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #2142cb hue: 0.63 , saturation: 0.72 and the lightness value of 2142cb is 0.46.
The process color (four color CMYK) of #2142cb color hex is 0.84, 0.67, 0.00, 0.20. Web safe color of #2142cb is #3333cc. Color #2142cb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100001 | 01000010 | 11001011 |
Octal | 41 | 102 | 313 |
Decimal | 33 | 66 | 203 |
Hex | 21 | 42 | CB |
Shades of #2142cb
Tints of #2142cb
RGB Percentages of Color #2142cb
CMYK Percentages of Color #2142cb
Complementary Color
#2142cb | #cbaa21 |
#2142cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2142cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#2142cb Color CSS Codes
.mybgcolor {background-color:#2142cb; } .myforecolor {color:#2142cb; } .mybordercolor {border:3px solid #2142cb; }
#2142cb Text Font Color
<p style="color:#2142cb">Text here</p>
This sample text font color is #2142cb
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.
#2142cb Background Color
<div style="background-color:#2142cb">
Div content here</div>
This div background color is #2142cb
#2142cb Border Color
<div style="border:3px solid #2142cb">
Div here</div>
This div border color is #2142cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(33,66,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2142cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2142cb; -webkit-box-shadow: 1px 1px 3px 2px #2142cb; box-shadow: 1px 1px 3px 2px #2142cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(33,66,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2142cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2142cb; -webkit-box-shadow: 1px 1px 3px 2px #2142cb; box-shadow: 1px 1px 3px 2px #2142cb;">
Div content here</div>
This div box has shadow with color #2142cb
Comments
No comments written yet.
Please login to write comment.