Color spaces of #207ccc
RGB | 32 | 124 | 204 |
---|---|---|---|
HSL | 0.58 | 0.73 | 0.46 |
HSV | 208° | 84° | 80° |
CMYK | 0.84 | 0.39 | 0.00 0.20 |
XYZ | 18.7024 | 19.0820 | 59.8242 |
Yxy | 19.0820 | 0.1916 | 0.1955 |
Hunter Lab | 43.6829 | -0.0222 | -50.6201 |
CIE-Lab | 50.7830 | 2.9614 | -48.6651 |
#207ccc color RGB value is (32,124,204).
#207ccc hex color red value is 32, green value is 124 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #207ccc hue: 0.58 , saturation: 0.73 and the lightness value of 207ccc is 0.46.
The process color (four color CMYK) of #207ccc color hex is 0.84, 0.39, 0.00, 0.20. Web safe color of #207ccc is #3366cc. Color #207ccc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100000 | 01111100 | 11001100 |
Octal | 40 | 174 | 314 |
Decimal | 32 | 124 | 204 |
Hex | 20 | 7C | CC |
Shades of #207ccc
Tints of #207ccc
RGB Percentages of Color #207ccc
CMYK Percentages of Color #207ccc
Complementary Color
#207ccc | #cc7020 |
#207ccc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#207ccc Color Preview on White Background
Lorem ipsum dolor sit amet.
#207ccc Color CSS Codes
.mybgcolor {background-color:#207ccc; } .myforecolor {color:#207ccc; } .mybordercolor {border:3px solid #207ccc; }
#207ccc Text Font Color
<p style="color:#207ccc">Text here</p>
This sample text font color is #207ccc
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.
#207ccc Background Color
<div style="background-color:#207ccc">
Div content here</div>
This div background color is #207ccc
#207ccc Border Color
<div style="border:3px solid #207ccc">
Div here</div>
This div border color is #207ccc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(32,124,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #207ccc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #207ccc; -webkit-box-shadow: 1px 1px 3px 2px #207ccc; box-shadow: 1px 1px 3px 2px #207ccc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(32,124,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #207ccc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #207ccc; -webkit-box-shadow: 1px 1px 3px 2px #207ccc; box-shadow: 1px 1px 3px 2px #207ccc;">
Div content here</div>
This div box has shadow with color #207ccc
Comments
No comments written yet.
Please login to write comment.