Color spaces of #074ded
RGB | 7 | 77 | 237 |
---|---|---|---|
HSL | 0.62 | 0.94 | 0.48 |
HSV | 222° | 97° | 93° |
CMYK | 0.97 | 0.68 | 0.00 0.07 |
XYZ | 18.0276 | 11.4674 | 81.3840 |
Yxy | 11.4674 | 0.1626 | 0.1034 |
Hunter Lab | 33.8635 | 35.7651 | -118.7867 |
CIE-Lab | 40.3568 | 44.3613 | -84.3385 |
#074ded color RGB value is (7,77,237).
#074ded hex color red value is 7, green value is 77 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #074ded hue: 0.62 , saturation: 0.94 and the lightness value of 074ded is 0.48.
The process color (four color CMYK) of #074ded color hex is 0.97, 0.68, 0.00, 0.07. Web safe color of #074ded is #0066ff. Color #074ded contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000111 | 01001101 | 11101101 |
Octal | 7 | 115 | 355 |
Decimal | 7 | 77 | 237 |
Hex | 7 | 4D | ED |
Shades of #074ded
Tints of #074ded
RGB Percentages of Color #074ded
CMYK Percentages of Color #074ded
Complementary Color
#074ded | #eda707 |
#074ded Color Preview on Black Background
Lorem ipsum dolor sit amet.
#074ded Color Preview on White Background
Lorem ipsum dolor sit amet.
#074ded Color CSS Codes
.mybgcolor {background-color:#074ded; } .myforecolor {color:#074ded; } .mybordercolor {border:3px solid #074ded; }
#074ded Text Font Color
<p style="color:#074ded">Text here</p>
This sample text font color is #074ded
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.
#074ded Background Color
<div style="background-color:#074ded">
Div content here</div>
This div background color is #074ded
#074ded Border Color
<div style="border:3px solid #074ded">
Div here</div>
This div border color is #074ded
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(7,77,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #074ded; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #074ded; -webkit-box-shadow: 1px 1px 3px 2px #074ded; box-shadow: 1px 1px 3px 2px #074ded; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(7,77,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #074ded">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #074ded; -webkit-box-shadow: 1px 1px 3px 2px #074ded; box-shadow: 1px 1px 3px 2px #074ded;">
Div content here</div>
This div box has shadow with color #074ded
Comments
No comments written yet.
Please login to write comment.