Color spaces of #746aef
RGB | 116 | 106 | 239 |
---|---|---|---|
HSL | 0.68 | 0.81 | 0.68 |
HSV | 245° | 56° | 94° |
CMYK | 0.51 | 0.56 | 0.00 0.06 |
XYZ | 27.9365 | 20.2531 | 84.0982 |
Yxy | 20.2531 | 0.2112 | 0.1531 |
Hunter Lab | 45.0034 | 32.0503 | -79.2932 |
CIE-Lab | 52.1222 | 38.8109 | -66.0492 |
#746aef color RGB value is (116,106,239).
#746aef hex color red value is 116, green value is 106 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #746aef hue: 0.68 , saturation: 0.81 and the lightness value of 746aef is 0.68.
The process color (four color CMYK) of #746aef color hex is 0.51, 0.56, 0.00, 0.06. Web safe color of #746aef is #6666ff. Color #746aef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 01101010 | 11101111 |
Octal | 164 | 152 | 357 |
Decimal | 116 | 106 | 239 |
Hex | 74 | 6A | EF |
Shades of #746aef
Tints of #746aef
RGB Percentages of Color #746aef
CMYK Percentages of Color #746aef
Complementary Color
#746aef | #e5ef6a |
#746aef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#746aef Color Preview on White Background
Lorem ipsum dolor sit amet.
#746aef Color CSS Codes
.mybgcolor {background-color:#746aef; } .myforecolor {color:#746aef; } .mybordercolor {border:3px solid #746aef; }
#746aef Text Font Color
<p style="color:#746aef">Text here</p>
This sample text font color is #746aef
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.
#746aef Background Color
<div style="background-color:#746aef">
Div content here</div>
This div background color is #746aef
#746aef Border Color
<div style="border:3px solid #746aef">
Div here</div>
This div border color is #746aef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,106,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #746aef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #746aef; -webkit-box-shadow: 1px 1px 3px 2px #746aef; box-shadow: 1px 1px 3px 2px #746aef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,106,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #746aef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #746aef; -webkit-box-shadow: 1px 1px 3px 2px #746aef; box-shadow: 1px 1px 3px 2px #746aef;">
Div content here</div>
This div box has shadow with color #746aef
Comments
No comments written yet.
Please login to write comment.