Color spaces of #350aea
RGB | 53 | 10 | 234 |
---|---|---|---|
HSL | 0.70 | 0.92 | 0.48 |
HSV | 252° | 96° | 92° |
CMYK | 0.77 | 0.96 | 0.00 0.08 |
XYZ | 16.4280 | 6.9145 | 78.3107 |
Yxy | 6.9145 | 0.1616 | 0.0680 |
Hunter Lab | 26.2954 | 65.5004 | -158.1653 |
CIE-Lab | 31.6115 | 73.2954 | -97.1026 |
#350aea color RGB value is (53,10,234).
#350aea hex color red value is 53, green value is 10 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #350aea hue: 0.70 , saturation: 0.92 and the lightness value of 350aea is 0.48.
The process color (four color CMYK) of #350aea color hex is 0.77, 0.96, 0.00, 0.08. Web safe color of #350aea is #3300ff. Color #350aea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110101 | 00001010 | 11101010 |
Octal | 65 | 12 | 352 |
Decimal | 53 | 10 | 234 |
Hex | 35 | A | EA |
Shades of #350aea
Tints of #350aea
RGB Percentages of Color #350aea
CMYK Percentages of Color #350aea
Complementary Color
#350aea | #bfea0a |
#350aea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#350aea Color Preview on White Background
Lorem ipsum dolor sit amet.
#350aea Color CSS Codes
.mybgcolor {background-color:#350aea; } .myforecolor {color:#350aea; } .mybordercolor {border:3px solid #350aea; }
#350aea Text Font Color
<p style="color:#350aea">Text here</p>
This sample text font color is #350aea
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.
#350aea Background Color
<div style="background-color:#350aea">
Div content here</div>
This div background color is #350aea
#350aea Border Color
<div style="border:3px solid #350aea">
Div here</div>
This div border color is #350aea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(53,10,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #350aea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #350aea; -webkit-box-shadow: 1px 1px 3px 2px #350aea; box-shadow: 1px 1px 3px 2px #350aea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(53,10,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 #350aea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #350aea; -webkit-box-shadow: 1px 1px 3px 2px #350aea; box-shadow: 1px 1px 3px 2px #350aea;">
Div content here</div>
This div box has shadow with color #350aea
Comments
No comments written yet.
Please login to write comment.