Color spaces of #321bfa
RGB | 50 | 27 | 250 |
---|---|---|---|
HSL | 0.68 | 0.96 | 0.54 |
HSV | 246° | 89° | 98° |
CMYK | 0.80 | 0.89 | 0.00 0.02 |
XYZ | 18.9626 | 8.3641 | 91.0575 |
Yxy | 8.3641 | 0.1602 | 0.0707 |
Hunter Lab | 28.9208 | 66.4266 | -166.4311 |
CIE-Lab | 34.7299 | 73.4981 | -100.9639 |
#321bfa color RGB value is (50,27,250).
#321bfa hex color red value is 50, green value is 27 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #321bfa hue: 0.68 , saturation: 0.96 and the lightness value of 321bfa is 0.54.
The process color (four color CMYK) of #321bfa color hex is 0.80, 0.89, 0.00, 0.02. Web safe color of #321bfa is #3333ff. Color #321bfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110010 | 00011011 | 11111010 |
Octal | 62 | 33 | 372 |
Decimal | 50 | 27 | 250 |
Hex | 32 | 1B | FA |
Shades of #321bfa
Tints of #321bfa
RGB Percentages of Color #321bfa
CMYK Percentages of Color #321bfa
Complementary Color
#321bfa | #e3fa1b |
#321bfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#321bfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#321bfa Color CSS Codes
.mybgcolor {background-color:#321bfa; } .myforecolor {color:#321bfa; } .mybordercolor {border:3px solid #321bfa; }
#321bfa Text Font Color
<p style="color:#321bfa">Text here</p>
This sample text font color is #321bfa
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.
#321bfa Background Color
<div style="background-color:#321bfa">
Div content here</div>
This div background color is #321bfa
#321bfa Border Color
<div style="border:3px solid #321bfa">
Div here</div>
This div border color is #321bfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(50,27,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #321bfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #321bfa; -webkit-box-shadow: 1px 1px 3px 2px #321bfa; box-shadow: 1px 1px 3px 2px #321bfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(50,27,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #321bfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #321bfa; -webkit-box-shadow: 1px 1px 3px 2px #321bfa; box-shadow: 1px 1px 3px 2px #321bfa;">
Div content here</div>
This div box has shadow with color #321bfa
Comments
No comments written yet.
Please login to write comment.