Color spaces of #440ccf
RGB | 68 | 12 | 207 |
---|---|---|---|
HSL | 0.71 | 0.89 | 0.43 |
HSV | 257° | 94° | 81° |
CMYK | 0.67 | 0.94 | 0.00 0.19 |
XYZ | 13.7779 | 5.9969 | 59.4628 |
Yxy | 5.9969 | 0.1739 | 0.0757 |
Hunter Lab | 24.4886 | 57.5737 | -126.8252 |
CIE-Lab | 29.4046 | 66.9449 | -85.1938 |
#440ccf color RGB value is (68,12,207).
#440ccf hex color red value is 68, green value is 12 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #440ccf hue: 0.71 , saturation: 0.89 and the lightness value of 440ccf is 0.43.
The process color (four color CMYK) of #440ccf color hex is 0.67, 0.94, 0.00, 0.19. Web safe color of #440ccf is #3300cc. Color #440ccf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000100 | 00001100 | 11001111 |
Octal | 104 | 14 | 317 |
Decimal | 68 | 12 | 207 |
Hex | 44 | C | CF |
Shades of #440ccf
Tints of #440ccf
RGB Percentages of Color #440ccf
CMYK Percentages of Color #440ccf
Complementary Color
#440ccf | #97cf0c |
#440ccf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#440ccf Color Preview on White Background
Lorem ipsum dolor sit amet.
#440ccf Color CSS Codes
.mybgcolor {background-color:#440ccf; } .myforecolor {color:#440ccf; } .mybordercolor {border:3px solid #440ccf; }
#440ccf Text Font Color
<p style="color:#440ccf">Text here</p>
This sample text font color is #440ccf
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.
#440ccf Background Color
<div style="background-color:#440ccf">
Div content here</div>
This div background color is #440ccf
#440ccf Border Color
<div style="border:3px solid #440ccf">
Div here</div>
This div border color is #440ccf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(68,12,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #440ccf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #440ccf; -webkit-box-shadow: 1px 1px 3px 2px #440ccf; box-shadow: 1px 1px 3px 2px #440ccf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(68,12,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #440ccf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #440ccf; -webkit-box-shadow: 1px 1px 3px 2px #440ccf; box-shadow: 1px 1px 3px 2px #440ccf;">
Div content here</div>
This div box has shadow with color #440ccf
Comments
No comments written yet.
Please login to write comment.