Color spaces of #4f1acb
RGB | 79 | 26 | 203 |
---|---|---|---|
HSL | 0.72 | 0.77 | 0.45 |
HSV | 258° | 87° | 80° |
CMYK | 0.61 | 0.87 | 0.00 0.20 |
XYZ | 14.3733 | 6.7129 | 57.0381 |
Yxy | 6.7129 | 0.1840 | 0.0859 |
Hunter Lab | 25.9093 | 53.6826 | -112.3878 |
CIE-Lab | 31.1442 | 63.1771 | -79.9417 |
#4f1acb color RGB value is (79,26,203).
#4f1acb hex color red value is 79, green value is 26 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4f1acb hue: 0.72 , saturation: 0.77 and the lightness value of 4f1acb is 0.45.
The process color (four color CMYK) of #4f1acb color hex is 0.61, 0.87, 0.00, 0.20. Web safe color of #4f1acb is #6633cc. Color #4f1acb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001111 | 00011010 | 11001011 |
Octal | 117 | 32 | 313 |
Decimal | 79 | 26 | 203 |
Hex | 4F | 1A | CB |
Shades of #4f1acb
Tints of #4f1acb
RGB Percentages of Color #4f1acb
CMYK Percentages of Color #4f1acb
Complementary Color
#4f1acb | #96cb1a |
#4f1acb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4f1acb Color Preview on White Background
Lorem ipsum dolor sit amet.
#4f1acb Color CSS Codes
.mybgcolor {background-color:#4f1acb; } .myforecolor {color:#4f1acb; } .mybordercolor {border:3px solid #4f1acb; }
#4f1acb Text Font Color
<p style="color:#4f1acb">Text here</p>
This sample text font color is #4f1acb
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.
#4f1acb Background Color
<div style="background-color:#4f1acb">
Div content here</div>
This div background color is #4f1acb
#4f1acb Border Color
<div style="border:3px solid #4f1acb">
Div here</div>
This div border color is #4f1acb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(79,26,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4f1acb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4f1acb; -webkit-box-shadow: 1px 1px 3px 2px #4f1acb; box-shadow: 1px 1px 3px 2px #4f1acb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(79,26,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4f1acb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4f1acb; -webkit-box-shadow: 1px 1px 3px 2px #4f1acb; box-shadow: 1px 1px 3px 2px #4f1acb;">
Div content here</div>
This div box has shadow with color #4f1acb
Comments
No comments written yet.
Please login to write comment.