Color spaces of #7d8fcc
RGB | 125 | 143 | 204 |
---|---|---|---|
HSL | 0.63 | 0.44 | 0.65 |
HSV | 226° | 39° | 80° |
CMYK | 0.39 | 0.30 | 0.00 0.20 |
XYZ | 29.1790 | 28.3645 | 61.0637 |
Yxy | 28.3645 | 0.2460 | 0.2391 |
Hunter Lab | 53.2583 | 4.5939 | -30.6985 |
CIE-Lab | 60.2166 | 8.7783 | -33.5238 |
#7d8fcc color RGB value is (125,143,204).
#7d8fcc hex color red value is 125, green value is 143 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7d8fcc hue: 0.63 , saturation: 0.44 and the lightness value of 7d8fcc is 0.65.
The process color (four color CMYK) of #7d8fcc color hex is 0.39, 0.30, 0.00, 0.20. Web safe color of #7d8fcc is #6699cc. Color #7d8fcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111101 | 10001111 | 11001100 |
Octal | 175 | 217 | 314 |
Decimal | 125 | 143 | 204 |
Hex | 7D | 8F | CC |
Shades of #7d8fcc
Tints of #7d8fcc
RGB Percentages of Color #7d8fcc
CMYK Percentages of Color #7d8fcc
Complementary Color
#7d8fcc | #ccba7d |
#7d8fcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7d8fcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#7d8fcc Color CSS Codes
.mybgcolor {background-color:#7d8fcc; } .myforecolor {color:#7d8fcc; } .mybordercolor {border:3px solid #7d8fcc; }
#7d8fcc Text Font Color
<p style="color:#7d8fcc">Text here</p>
This sample text font color is #7d8fcc
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.
#7d8fcc Background Color
<div style="background-color:#7d8fcc">
Div content here</div>
This div background color is #7d8fcc
#7d8fcc Border Color
<div style="border:3px solid #7d8fcc">
Div here</div>
This div border color is #7d8fcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(125,143,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7d8fcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7d8fcc; -webkit-box-shadow: 1px 1px 3px 2px #7d8fcc; box-shadow: 1px 1px 3px 2px #7d8fcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(125,143,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 #7d8fcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7d8fcc; -webkit-box-shadow: 1px 1px 3px 2px #7d8fcc; box-shadow: 1px 1px 3px 2px #7d8fcc;">
Div content here</div>
This div box has shadow with color #7d8fcc
Comments
No comments written yet.
Please login to write comment.