Color spaces of #485aea
RGB | 72 | 90 | 234 |
---|---|---|---|
HSL | 0.65 | 0.79 | 0.60 |
HSV | 233° | 69° | 92° |
CMYK | 0.69 | 0.62 | 0.00 0.08 |
XYZ | 21.1799 | 14.6306 | 79.5496 |
Yxy | 14.6306 | 0.1836 | 0.1268 |
Hunter Lab | 38.2500 | 31.9022 | -96.5322 |
CIE-Lab | 45.1240 | 39.6664 | -74.7451 |
#485aea color RGB value is (72,90,234).
#485aea hex color red value is 72, green value is 90 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #485aea hue: 0.65 , saturation: 0.79 and the lightness value of 485aea is 0.60.
The process color (four color CMYK) of #485aea color hex is 0.69, 0.62, 0.00, 0.08. Web safe color of #485aea is #3366ff. Color #485aea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001000 | 01011010 | 11101010 |
Octal | 110 | 132 | 352 |
Decimal | 72 | 90 | 234 |
Hex | 48 | 5A | EA |
Shades of #485aea
Tints of #485aea
RGB Percentages of Color #485aea
CMYK Percentages of Color #485aea
Complementary Color
#485aea | #ead848 |
#485aea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#485aea Color Preview on White Background
Lorem ipsum dolor sit amet.
#485aea Color CSS Codes
.mybgcolor {background-color:#485aea; } .myforecolor {color:#485aea; } .mybordercolor {border:3px solid #485aea; }
#485aea Text Font Color
<p style="color:#485aea">Text here</p>
This sample text font color is #485aea
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.
#485aea Background Color
<div style="background-color:#485aea">
Div content here</div>
This div background color is #485aea
#485aea Border Color
<div style="border:3px solid #485aea">
Div here</div>
This div border color is #485aea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(72,90,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #485aea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #485aea; -webkit-box-shadow: 1px 1px 3px 2px #485aea; box-shadow: 1px 1px 3px 2px #485aea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(72,90,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #485aea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #485aea; -webkit-box-shadow: 1px 1px 3px 2px #485aea; box-shadow: 1px 1px 3px 2px #485aea;">
Div content here</div>
This div box has shadow with color #485aea
Comments
No comments written yet.
Please login to write comment.