Color spaces of #4420da
RGB | 68 | 32 | 218 |
---|---|---|---|
HSL | 0.70 | 0.74 | 0.49 |
HSV | 252° | 85° | 85° |
CMYK | 0.69 | 0.85 | 0.00 0.15 |
XYZ | 15.5553 | 7.3239 | 66.9235 |
Yxy | 7.3239 | 0.1732 | 0.0816 |
Hunter Lab | 27.0627 | 55.2398 | -127.6746 |
CIE-Lab | 32.5332 | 64.3006 | -86.3693 |
#4420da color RGB value is (68,32,218).
#4420da hex color red value is 68, green value is 32 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #4420da hue: 0.70 , saturation: 0.74 and the lightness value of 4420da is 0.49.
The process color (four color CMYK) of #4420da color hex is 0.69, 0.85, 0.00, 0.15. Web safe color of #4420da is #3333cc. Color #4420da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000100 | 00100000 | 11011010 |
Octal | 104 | 40 | 332 |
Decimal | 68 | 32 | 218 |
Hex | 44 | 20 | DA |
Shades of #4420da
Tints of #4420da
RGB Percentages of Color #4420da
CMYK Percentages of Color #4420da
Complementary Color
#4420da | #b6da20 |
#4420da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4420da Color Preview on White Background
Lorem ipsum dolor sit amet.
#4420da Color CSS Codes
.mybgcolor {background-color:#4420da; } .myforecolor {color:#4420da; } .mybordercolor {border:3px solid #4420da; }
#4420da Text Font Color
<p style="color:#4420da">Text here</p>
This sample text font color is #4420da
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.
#4420da Background Color
<div style="background-color:#4420da">
Div content here</div>
This div background color is #4420da
#4420da Border Color
<div style="border:3px solid #4420da">
Div here</div>
This div border color is #4420da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(68,32,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4420da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4420da; -webkit-box-shadow: 1px 1px 3px 2px #4420da; box-shadow: 1px 1px 3px 2px #4420da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(68,32,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4420da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4420da; -webkit-box-shadow: 1px 1px 3px 2px #4420da; box-shadow: 1px 1px 3px 2px #4420da;">
Div content here</div>
This div box has shadow with color #4420da
Comments
No comments written yet.
Please login to write comment.