Color spaces of #4229aa
RGB | 66 | 41 | 170 |
---|---|---|---|
HSL | 0.70 | 0.61 | 0.41 |
HSV | 252° | 76° | 67° |
CMYK | 0.61 | 0.76 | 0.00 0.33 |
XYZ | 10.2954 | 5.6464 | 38.5774 |
Yxy | 5.6464 | 0.1888 | 0.1036 |
Hunter Lab | 23.7622 | 35.7547 | -79.6227 |
CIE-Lab | 28.5022 | 46.5244 | -64.7930 |
#4229aa color RGB value is (66,41,170).
#4229aa hex color red value is 66, green value is 41 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4229aa hue: 0.70 , saturation: 0.61 and the lightness value of 4229aa is 0.41.
The process color (four color CMYK) of #4229aa color hex is 0.61, 0.76, 0.00, 0.33. Web safe color of #4229aa is #333399. Color #4229aa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000010 | 00101001 | 10101010 |
Octal | 102 | 51 | 252 |
Decimal | 66 | 41 | 170 |
Hex | 42 | 29 | AA |
Shades of #4229aa
Tints of #4229aa
RGB Percentages of Color #4229aa
CMYK Percentages of Color #4229aa
Complementary Color
#4229aa | #91aa29 |
#4229aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4229aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#4229aa Color CSS Codes
.mybgcolor {background-color:#4229aa; } .myforecolor {color:#4229aa; } .mybordercolor {border:3px solid #4229aa; }
#4229aa Text Font Color
<p style="color:#4229aa">Text here</p>
This sample text font color is #4229aa
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.
#4229aa Background Color
<div style="background-color:#4229aa">
Div content here</div>
This div background color is #4229aa
#4229aa Border Color
<div style="border:3px solid #4229aa">
Div here</div>
This div border color is #4229aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(66,41,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4229aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4229aa; -webkit-box-shadow: 1px 1px 3px 2px #4229aa; box-shadow: 1px 1px 3px 2px #4229aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(66,41,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4229aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4229aa; -webkit-box-shadow: 1px 1px 3px 2px #4229aa; box-shadow: 1px 1px 3px 2px #4229aa;">
Div content here</div>
This div box has shadow with color #4229aa
Comments
No comments written yet.
Please login to write comment.