Color spaces of #441acd
RGB | 68 | 26 | 205 |
---|---|---|---|
HSL | 0.71 | 0.77 | 0.45 |
HSV | 254° | 87° | 80° |
CMYK | 0.67 | 0.87 | 0.00 0.20 |
XYZ | 13.7727 | 6.3755 | 58.2623 |
Yxy | 6.3755 | 0.1756 | 0.0813 |
Hunter Lab | 25.2498 | 53.1773 | -119.1333 |
CIE-Lab | 30.3407 | 62.8770 | -82.4722 |
#441acd color RGB value is (68,26,205).
#441acd hex color red value is 68, green value is 26 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #441acd hue: 0.71 , saturation: 0.77 and the lightness value of 441acd is 0.45.
The process color (four color CMYK) of #441acd color hex is 0.67, 0.87, 0.00, 0.20. Web safe color of #441acd is #3333cc. Color #441acd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000100 | 00011010 | 11001101 |
Octal | 104 | 32 | 315 |
Decimal | 68 | 26 | 205 |
Hex | 44 | 1A | CD |
Shades of #441acd
Tints of #441acd
RGB Percentages of Color #441acd
CMYK Percentages of Color #441acd
Complementary Color
#441acd | #a3cd1a |
#441acd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#441acd Color Preview on White Background
Lorem ipsum dolor sit amet.
#441acd Color CSS Codes
.mybgcolor {background-color:#441acd; } .myforecolor {color:#441acd; } .mybordercolor {border:3px solid #441acd; }
#441acd Text Font Color
<p style="color:#441acd">Text here</p>
This sample text font color is #441acd
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.
#441acd Background Color
<div style="background-color:#441acd">
Div content here</div>
This div background color is #441acd
#441acd Border Color
<div style="border:3px solid #441acd">
Div here</div>
This div border color is #441acd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(68,26,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #441acd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #441acd; -webkit-box-shadow: 1px 1px 3px 2px #441acd; box-shadow: 1px 1px 3px 2px #441acd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(68,26,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #441acd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #441acd; -webkit-box-shadow: 1px 1px 3px 2px #441acd; box-shadow: 1px 1px 3px 2px #441acd;">
Div content here</div>
This div box has shadow with color #441acd
Comments
No comments written yet.
Please login to write comment.