Color spaces of #442ffb
RGB | 68 | 47 | 251 |
---|---|---|---|
HSL | 0.68 | 0.96 | 0.58 |
HSV | 246° | 81° | 98° |
CMYK | 0.73 | 0.81 | 0.00 0.02 |
XYZ | 20.8130 | 10.2270 | 92.1438 |
Yxy | 10.2270 | 0.1690 | 0.0830 |
Hunter Lab | 31.9797 | 60.2068 | -148.4479 |
CIE-Lab | 38.2468 | 67.5491 | -95.6467 |
#442ffb color RGB value is (68,47,251).
#442ffb hex color red value is 68, green value is 47 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #442ffb hue: 0.68 , saturation: 0.96 and the lightness value of 442ffb is 0.58.
The process color (four color CMYK) of #442ffb color hex is 0.73, 0.81, 0.00, 0.02. Web safe color of #442ffb is #3333ff. Color #442ffb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000100 | 00101111 | 11111011 |
Octal | 104 | 57 | 373 |
Decimal | 68 | 47 | 251 |
Hex | 44 | 2F | FB |
Shades of #442ffb
Tints of #442ffb
RGB Percentages of Color #442ffb
CMYK Percentages of Color #442ffb
Complementary Color
#442ffb | #e6fb2f |
#442ffb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#442ffb Color Preview on White Background
Lorem ipsum dolor sit amet.
#442ffb Color CSS Codes
.mybgcolor {background-color:#442ffb; } .myforecolor {color:#442ffb; } .mybordercolor {border:3px solid #442ffb; }
#442ffb Text Font Color
<p style="color:#442ffb">Text here</p>
This sample text font color is #442ffb
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.
#442ffb Background Color
<div style="background-color:#442ffb">
Div content here</div>
This div background color is #442ffb
#442ffb Border Color
<div style="border:3px solid #442ffb">
Div here</div>
This div border color is #442ffb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(68,47,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #442ffb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #442ffb; -webkit-box-shadow: 1px 1px 3px 2px #442ffb; box-shadow: 1px 1px 3px 2px #442ffb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(68,47,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #442ffb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #442ffb; -webkit-box-shadow: 1px 1px 3px 2px #442ffb; box-shadow: 1px 1px 3px 2px #442ffb;">
Div content here</div>
This div box has shadow with color #442ffb
Comments
No comments written yet.
Please login to write comment.