Color spaces of #4228dd
RGB | 66 | 40 | 221 |
---|---|---|---|
HSL | 0.69 | 0.73 | 0.51 |
HSV | 249° | 82° | 87° |
CMYK | 0.70 | 0.82 | 0.00 0.13 |
XYZ | 16.0567 | 7.8963 | 69.0845 |
Yxy | 7.8963 | 0.1726 | 0.0849 |
Hunter Lab | 28.1004 | 52.8203 | -126.0937 |
CIE-Lab | 33.7660 | 61.8944 | -86.0548 |
#4228dd color RGB value is (66,40,221).
#4228dd hex color red value is 66, green value is 40 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4228dd hue: 0.69 , saturation: 0.73 and the lightness value of 4228dd is 0.51.
The process color (four color CMYK) of #4228dd color hex is 0.70, 0.82, 0.00, 0.13. Web safe color of #4228dd is #3333cc. Color #4228dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000010 | 00101000 | 11011101 |
Octal | 102 | 50 | 335 |
Decimal | 66 | 40 | 221 |
Hex | 42 | 28 | DD |
Shades of #4228dd
Tints of #4228dd
RGB Percentages of Color #4228dd
CMYK Percentages of Color #4228dd
Complementary Color
#4228dd | #c3dd28 |
#4228dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4228dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#4228dd Color CSS Codes
.mybgcolor {background-color:#4228dd; } .myforecolor {color:#4228dd; } .mybordercolor {border:3px solid #4228dd; }
#4228dd Text Font Color
<p style="color:#4228dd">Text here</p>
This sample text font color is #4228dd
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.
#4228dd Background Color
<div style="background-color:#4228dd">
Div content here</div>
This div background color is #4228dd
#4228dd Border Color
<div style="border:3px solid #4228dd">
Div here</div>
This div border color is #4228dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(66,40,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4228dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4228dd; -webkit-box-shadow: 1px 1px 3px 2px #4228dd; box-shadow: 1px 1px 3px 2px #4228dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(66,40,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4228dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4228dd; -webkit-box-shadow: 1px 1px 3px 2px #4228dd; box-shadow: 1px 1px 3px 2px #4228dd;">
Div content here</div>
This div box has shadow with color #4228dd
Comments
No comments written yet.
Please login to write comment.