Color spaces of #3265eb
RGB | 50 | 101 | 235 |
---|---|---|---|
HSL | 0.62 | 0.82 | 0.56 |
HSV | 223° | 79° | 92° |
CMYK | 0.79 | 0.57 | 0.00 0.08 |
XYZ | 20.9645 | 15.9836 | 80.5775 |
Yxy | 15.9836 | 0.1784 | 0.1360 |
Hunter Lab | 39.9795 | 23.6379 | -91.5116 |
CIE-Lab | 46.9530 | 30.7519 | -72.3643 |
#3265eb color RGB value is (50,101,235).
#3265eb hex color red value is 50, green value is 101 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #3265eb hue: 0.62 , saturation: 0.82 and the lightness value of 3265eb is 0.56.
The process color (four color CMYK) of #3265eb color hex is 0.79, 0.57, 0.00, 0.08. Web safe color of #3265eb is #3366ff. Color #3265eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110010 | 01100101 | 11101011 |
Octal | 62 | 145 | 353 |
Decimal | 50 | 101 | 235 |
Hex | 32 | 65 | EB |
Shades of #3265eb
Tints of #3265eb
RGB Percentages of Color #3265eb
CMYK Percentages of Color #3265eb
Complementary Color
#3265eb | #ebb832 |
#3265eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3265eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#3265eb Color CSS Codes
.mybgcolor {background-color:#3265eb; } .myforecolor {color:#3265eb; } .mybordercolor {border:3px solid #3265eb; }
#3265eb Text Font Color
<p style="color:#3265eb">Text here</p>
This sample text font color is #3265eb
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.
#3265eb Background Color
<div style="background-color:#3265eb">
Div content here</div>
This div background color is #3265eb
#3265eb Border Color
<div style="border:3px solid #3265eb">
Div here</div>
This div border color is #3265eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(50,101,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3265eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3265eb; -webkit-box-shadow: 1px 1px 3px 2px #3265eb; box-shadow: 1px 1px 3px 2px #3265eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(50,101,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 #3265eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3265eb; -webkit-box-shadow: 1px 1px 3px 2px #3265eb; box-shadow: 1px 1px 3px 2px #3265eb;">
Div content here</div>
This div box has shadow with color #3265eb
Comments
No comments written yet.
Please login to write comment.