Color spaces of #7c8fdb
RGB | 124 | 143 | 219 |
---|---|---|---|
HSL | 0.63 | 0.57 | 0.67 |
HSV | 228° | 43° | 86° |
CMYK | 0.43 | 0.35 | 0.00 0.14 |
XYZ | 30.9208 | 29.0445 | 70.9943 |
Yxy | 29.0445 | 0.2361 | 0.2218 |
Hunter Lab | 53.8929 | 8.1008 | -40.3789 |
CIE-Lab | 60.8209 | 12.7559 | -40.9776 |
#7c8fdb color RGB value is (124,143,219).
#7c8fdb hex color red value is 124, green value is 143 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7c8fdb hue: 0.63 , saturation: 0.57 and the lightness value of 7c8fdb is 0.67.
The process color (four color CMYK) of #7c8fdb color hex is 0.43, 0.35, 0.00, 0.14. Web safe color of #7c8fdb is #6699cc. Color #7c8fdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111100 | 10001111 | 11011011 |
Octal | 174 | 217 | 333 |
Decimal | 124 | 143 | 219 |
Hex | 7C | 8F | DB |
Shades of #7c8fdb
Tints of #7c8fdb
RGB Percentages of Color #7c8fdb
CMYK Percentages of Color #7c8fdb
Complementary Color
#7c8fdb | #dbc87c |
#7c8fdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7c8fdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#7c8fdb Color CSS Codes
.mybgcolor {background-color:#7c8fdb; } .myforecolor {color:#7c8fdb; } .mybordercolor {border:3px solid #7c8fdb; }
#7c8fdb Text Font Color
<p style="color:#7c8fdb">Text here</p>
This sample text font color is #7c8fdb
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.
#7c8fdb Background Color
<div style="background-color:#7c8fdb">
Div content here</div>
This div background color is #7c8fdb
#7c8fdb Border Color
<div style="border:3px solid #7c8fdb">
Div here</div>
This div border color is #7c8fdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(124,143,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7c8fdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7c8fdb; -webkit-box-shadow: 1px 1px 3px 2px #7c8fdb; box-shadow: 1px 1px 3px 2px #7c8fdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(124,143,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7c8fdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7c8fdb; -webkit-box-shadow: 1px 1px 3px 2px #7c8fdb; box-shadow: 1px 1px 3px 2px #7c8fdb;">
Div content here</div>
This div box has shadow with color #7c8fdb
Comments
No comments written yet.
Please login to write comment.