Color spaces of #2928ac
RGB | 41 | 40 | 172 |
---|---|---|---|
HSL | 0.67 | 0.62 | 0.42 |
HSV | 240° | 77° | 67° |
CMYK | 0.76 | 0.77 | 0.00 0.33 |
XYZ | 9.1196 | 4.9676 | 39.5079 |
Yxy | 4.9676 | 0.1702 | 0.0927 |
Hunter Lab | 22.2881 | 34.0324 | -89.4957 |
CIE-Lab | 26.6423 | 45.0989 | -69.1287 |
#2928ac color RGB value is (41,40,172).
#2928ac hex color red value is 41, green value is 40 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #2928ac hue: 0.67 , saturation: 0.62 and the lightness value of 2928ac is 0.42.
The process color (four color CMYK) of #2928ac color hex is 0.76, 0.77, 0.00, 0.33. Web safe color of #2928ac is #333399. Color #2928ac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101001 | 00101000 | 10101100 |
Octal | 51 | 50 | 254 |
Decimal | 41 | 40 | 172 |
Hex | 29 | 28 | AC |
Shades of #2928ac
Tints of #2928ac
RGB Percentages of Color #2928ac
CMYK Percentages of Color #2928ac
Complementary Color
#2928ac | #abac28 |
#2928ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2928ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#2928ac Color CSS Codes
.mybgcolor {background-color:#2928ac; } .myforecolor {color:#2928ac; } .mybordercolor {border:3px solid #2928ac; }
#2928ac Text Font Color
<p style="color:#2928ac">Text here</p>
This sample text font color is #2928ac
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.
#2928ac Background Color
<div style="background-color:#2928ac">
Div content here</div>
This div background color is #2928ac
#2928ac Border Color
<div style="border:3px solid #2928ac">
Div here</div>
This div border color is #2928ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(41,40,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2928ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2928ac; -webkit-box-shadow: 1px 1px 3px 2px #2928ac; box-shadow: 1px 1px 3px 2px #2928ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(41,40,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2928ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2928ac; -webkit-box-shadow: 1px 1px 3px 2px #2928ac; box-shadow: 1px 1px 3px 2px #2928ac;">
Div content here</div>
This div box has shadow with color #2928ac
Comments
No comments written yet.
Please login to write comment.