Color spaces of #757fdc
RGB | 117 | 127 | 220 |
---|---|---|---|
HSL | 0.65 | 0.60 | 0.66 |
HSV | 234° | 47° | 86° |
CMYK | 0.47 | 0.42 | 0.00 0.14 |
XYZ | 27.8438 | 24.1280 | 70.8998 |
Yxy | 24.1280 | 0.2266 | 0.1964 |
Hunter Lab | 49.1203 | 15.2222 | -51.1945 |
CIE-Lab | 56.2157 | 20.7982 | -48.8406 |
#757fdc color RGB value is (117,127,220).
#757fdc hex color red value is 117, green value is 127 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #757fdc hue: 0.65 , saturation: 0.60 and the lightness value of 757fdc is 0.66.
The process color (four color CMYK) of #757fdc color hex is 0.47, 0.42, 0.00, 0.14. Web safe color of #757fdc is #6666cc. Color #757fdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110101 | 01111111 | 11011100 |
Octal | 165 | 177 | 334 |
Decimal | 117 | 127 | 220 |
Hex | 75 | 7F | DC |
Shades of #757fdc
Tints of #757fdc
RGB Percentages of Color #757fdc
CMYK Percentages of Color #757fdc
Complementary Color
#757fdc | #dcd275 |
#757fdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#757fdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#757fdc Color CSS Codes
.mybgcolor {background-color:#757fdc; } .myforecolor {color:#757fdc; } .mybordercolor {border:3px solid #757fdc; }
#757fdc Text Font Color
<p style="color:#757fdc">Text here</p>
This sample text font color is #757fdc
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.
#757fdc Background Color
<div style="background-color:#757fdc">
Div content here</div>
This div background color is #757fdc
#757fdc Border Color
<div style="border:3px solid #757fdc">
Div here</div>
This div border color is #757fdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(117,127,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #757fdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #757fdc; -webkit-box-shadow: 1px 1px 3px 2px #757fdc; box-shadow: 1px 1px 3px 2px #757fdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(117,127,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #757fdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #757fdc; -webkit-box-shadow: 1px 1px 3px 2px #757fdc; box-shadow: 1px 1px 3px 2px #757fdc;">
Div content here</div>
This div box has shadow with color #757fdc
Comments
No comments written yet.
Please login to write comment.