Color spaces of #746dec
RGB | 116 | 109 | 236 |
---|---|---|---|
HSL | 0.68 | 0.77 | 0.68 |
HSV | 243° | 54° | 93° |
CMYK | 0.51 | 0.54 | 0.00 0.07 |
XYZ | 27.8114 | 20.7064 | 81.8878 |
Yxy | 20.7064 | 0.2133 | 0.1588 |
Hunter Lab | 45.5043 | 29.4635 | -74.8431 |
CIE-Lab | 52.6267 | 36.1394 | -63.5574 |
#746dec color RGB value is (116,109,236).
#746dec hex color red value is 116, green value is 109 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #746dec hue: 0.68 , saturation: 0.77 and the lightness value of 746dec is 0.68.
The process color (four color CMYK) of #746dec color hex is 0.51, 0.54, 0.00, 0.07. Web safe color of #746dec is #6666ff. Color #746dec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 01101101 | 11101100 |
Octal | 164 | 155 | 354 |
Decimal | 116 | 109 | 236 |
Hex | 74 | 6D | EC |
Shades of #746dec
Tints of #746dec
RGB Percentages of Color #746dec
CMYK Percentages of Color #746dec
Complementary Color
#746dec | #e5ec6d |
#746dec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#746dec Color Preview on White Background
Lorem ipsum dolor sit amet.
#746dec Color CSS Codes
.mybgcolor {background-color:#746dec; } .myforecolor {color:#746dec; } .mybordercolor {border:3px solid #746dec; }
#746dec Text Font Color
<p style="color:#746dec">Text here</p>
This sample text font color is #746dec
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.
#746dec Background Color
<div style="background-color:#746dec">
Div content here</div>
This div background color is #746dec
#746dec Border Color
<div style="border:3px solid #746dec">
Div here</div>
This div border color is #746dec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,109,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #746dec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #746dec; -webkit-box-shadow: 1px 1px 3px 2px #746dec; box-shadow: 1px 1px 3px 2px #746dec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,109,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #746dec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #746dec; -webkit-box-shadow: 1px 1px 3px 2px #746dec; box-shadow: 1px 1px 3px 2px #746dec;">
Div content here</div>
This div box has shadow with color #746dec
Comments
No comments written yet.
Please login to write comment.