Color spaces of #4f0ced
RGB | 79 | 12 | 237 |
---|---|---|---|
HSL | 0.72 | 0.90 | 0.49 |
HSV | 258° | 95° | 93° |
CMYK | 0.67 | 0.95 | 0.00 0.07 |
XYZ | 18.6420 | 8.0396 | 80.6900 |
Yxy | 8.0396 | 0.1736 | 0.0749 |
Hunter Lab | 28.3542 | 67.7384 | -148.8788 |
CIE-Lab | 34.0652 | 74.7074 | -94.6687 |
#4f0ced color RGB value is (79,12,237).
#4f0ced hex color red value is 79, green value is 12 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #4f0ced hue: 0.72 , saturation: 0.90 and the lightness value of 4f0ced is 0.49.
The process color (four color CMYK) of #4f0ced color hex is 0.67, 0.95, 0.00, 0.07. Web safe color of #4f0ced is #6600ff. Color #4f0ced contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001111 | 00001100 | 11101101 |
Octal | 117 | 14 | 355 |
Decimal | 79 | 12 | 237 |
Hex | 4F | C | ED |
Shades of #4f0ced
Tints of #4f0ced
RGB Percentages of Color #4f0ced
CMYK Percentages of Color #4f0ced
Complementary Color
#4f0ced | #aaed0c |
#4f0ced Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4f0ced Color Preview on White Background
Lorem ipsum dolor sit amet.
#4f0ced Color CSS Codes
.mybgcolor {background-color:#4f0ced; } .myforecolor {color:#4f0ced; } .mybordercolor {border:3px solid #4f0ced; }
#4f0ced Text Font Color
<p style="color:#4f0ced">Text here</p>
This sample text font color is #4f0ced
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.
#4f0ced Background Color
<div style="background-color:#4f0ced">
Div content here</div>
This div background color is #4f0ced
#4f0ced Border Color
<div style="border:3px solid #4f0ced">
Div here</div>
This div border color is #4f0ced
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(79,12,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4f0ced; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4f0ced; -webkit-box-shadow: 1px 1px 3px 2px #4f0ced; box-shadow: 1px 1px 3px 2px #4f0ced; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(79,12,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 #4f0ced">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4f0ced; -webkit-box-shadow: 1px 1px 3px 2px #4f0ced; box-shadow: 1px 1px 3px 2px #4f0ced;">
Div content here</div>
This div box has shadow with color #4f0ced
Comments
No comments written yet.
Please login to write comment.