Color spaces of #2140bc
RGB | 33 | 64 | 188 |
---|---|---|---|
HSL | 0.63 | 0.70 | 0.43 |
HSV | 228° | 82° | 74° |
CMYK | 0.82 | 0.66 | 0.00 0.26 |
XYZ | 11.5377 | 7.6210 | 48.4398 |
Yxy | 7.6210 | 0.1707 | 0.1127 |
Hunter Lab | 27.6062 | 26.2914 | -84.7103 |
CIE-Lab | 33.1808 | 35.5833 | -67.8839 |
#2140bc color RGB value is (33,64,188).
#2140bc hex color red value is 33, green value is 64 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #2140bc hue: 0.63 , saturation: 0.70 and the lightness value of 2140bc is 0.43.
The process color (four color CMYK) of #2140bc color hex is 0.82, 0.66, 0.00, 0.26. Web safe color of #2140bc is #3333cc. Color #2140bc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100001 | 01000000 | 10111100 |
Octal | 41 | 100 | 274 |
Decimal | 33 | 64 | 188 |
Hex | 21 | 40 | BC |
Shades of #2140bc
Tints of #2140bc
RGB Percentages of Color #2140bc
CMYK Percentages of Color #2140bc
Complementary Color
#2140bc | #bc9d21 |
#2140bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2140bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#2140bc Color CSS Codes
.mybgcolor {background-color:#2140bc; } .myforecolor {color:#2140bc; } .mybordercolor {border:3px solid #2140bc; }
#2140bc Text Font Color
<p style="color:#2140bc">Text here</p>
This sample text font color is #2140bc
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.
#2140bc Background Color
<div style="background-color:#2140bc">
Div content here</div>
This div background color is #2140bc
#2140bc Border Color
<div style="border:3px solid #2140bc">
Div here</div>
This div border color is #2140bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(33,64,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2140bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2140bc; -webkit-box-shadow: 1px 1px 3px 2px #2140bc; box-shadow: 1px 1px 3px 2px #2140bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(33,64,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2140bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2140bc; -webkit-box-shadow: 1px 1px 3px 2px #2140bc; box-shadow: 1px 1px 3px 2px #2140bc;">
Div content here</div>
This div box has shadow with color #2140bc
Comments
No comments written yet.
Please login to write comment.