Color spaces of #326adc
RGB | 50 | 106 | 220 |
---|---|---|---|
HSL | 0.61 | 0.71 | 0.53 |
HSV | 220° | 77° | 86° |
CMYK | 0.77 | 0.52 | 0.00 0.14 |
XYZ | 19.3877 | 16.1535 | 69.8062 |
Yxy | 16.1535 | 0.1840 | 0.1533 |
Hunter Lab | 40.1914 | 15.7706 | -74.8435 |
CIE-Lab | 47.1752 | 22.0217 | -63.5317 |
#326adc color RGB value is (50,106,220).
#326adc hex color red value is 50, green value is 106 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #326adc hue: 0.61 , saturation: 0.71 and the lightness value of 326adc is 0.53.
The process color (four color CMYK) of #326adc color hex is 0.77, 0.52, 0.00, 0.14. Web safe color of #326adc is #3366cc. Color #326adc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110010 | 01101010 | 11011100 |
Octal | 62 | 152 | 334 |
Decimal | 50 | 106 | 220 |
Hex | 32 | 6A | DC |
Shades of #326adc
Tints of #326adc
RGB Percentages of Color #326adc
CMYK Percentages of Color #326adc
Complementary Color
#326adc | #dca432 |
#326adc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#326adc Color Preview on White Background
Lorem ipsum dolor sit amet.
#326adc Color CSS Codes
.mybgcolor {background-color:#326adc; } .myforecolor {color:#326adc; } .mybordercolor {border:3px solid #326adc; }
#326adc Text Font Color
<p style="color:#326adc">Text here</p>
This sample text font color is #326adc
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.
#326adc Background Color
<div style="background-color:#326adc">
Div content here</div>
This div background color is #326adc
#326adc Border Color
<div style="border:3px solid #326adc">
Div here</div>
This div border color is #326adc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(50,106,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #326adc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #326adc; -webkit-box-shadow: 1px 1px 3px 2px #326adc; box-shadow: 1px 1px 3px 2px #326adc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(50,106,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #326adc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #326adc; -webkit-box-shadow: 1px 1px 3px 2px #326adc; box-shadow: 1px 1px 3px 2px #326adc;">
Div content here</div>
This div box has shadow with color #326adc
Comments
No comments written yet.
Please login to write comment.