Color spaces of #360aeb
RGB | 54 | 10 | 235 |
---|---|---|---|
HSL | 0.70 | 0.92 | 0.48 |
HSV | 252° | 96° | 92° |
CMYK | 0.77 | 0.96 | 0.00 0.08 |
XYZ | 16.6253 | 6.9995 | 79.0721 |
Yxy | 6.9995 | 0.1619 | 0.0682 |
Hunter Lab | 26.4566 | 65.8704 | -158.6835 |
CIE-Lab | 31.8058 | 73.5685 | -97.3465 |
#360aeb color RGB value is (54,10,235).
#360aeb hex color red value is 54, green value is 10 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #360aeb hue: 0.70 , saturation: 0.92 and the lightness value of 360aeb is 0.48.
The process color (four color CMYK) of #360aeb color hex is 0.77, 0.96, 0.00, 0.08. Web safe color of #360aeb is #3300ff. Color #360aeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110110 | 00001010 | 11101011 |
Octal | 66 | 12 | 353 |
Decimal | 54 | 10 | 235 |
Hex | 36 | A | EB |
Shades of #360aeb
Tints of #360aeb
RGB Percentages of Color #360aeb
CMYK Percentages of Color #360aeb
Complementary Color
#360aeb | #bfeb0a |
#360aeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#360aeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#360aeb Color CSS Codes
.mybgcolor {background-color:#360aeb; } .myforecolor {color:#360aeb; } .mybordercolor {border:3px solid #360aeb; }
#360aeb Text Font Color
<p style="color:#360aeb">Text here</p>
This sample text font color is #360aeb
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.
#360aeb Background Color
<div style="background-color:#360aeb">
Div content here</div>
This div background color is #360aeb
#360aeb Border Color
<div style="border:3px solid #360aeb">
Div here</div>
This div border color is #360aeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(54,10,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #360aeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #360aeb; -webkit-box-shadow: 1px 1px 3px 2px #360aeb; box-shadow: 1px 1px 3px 2px #360aeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(54,10,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #360aeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #360aeb; -webkit-box-shadow: 1px 1px 3px 2px #360aeb; box-shadow: 1px 1px 3px 2px #360aeb;">
Div content here</div>
This div box has shadow with color #360aeb
Comments
No comments written yet.
Please login to write comment.