Color spaces of #3514eb
RGB | 53 | 20 | 235 |
---|---|---|---|
HSL | 0.69 | 0.84 | 0.50 |
HSV | 249° | 91° | 92° |
CMYK | 0.77 | 0.91 | 0.00 0.08 |
XYZ | 16.7138 | 7.2554 | 79.1168 |
Yxy | 7.2554 | 0.1621 | 0.0704 |
Hunter Lab | 26.9358 | 63.6222 | -155.2933 |
CIE-Lab | 32.3814 | 71.5826 | -96.3879 |
#3514eb color RGB value is (53,20,235).
#3514eb hex color red value is 53, green value is 20 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #3514eb hue: 0.69 , saturation: 0.84 and the lightness value of 3514eb is 0.50.
The process color (four color CMYK) of #3514eb color hex is 0.77, 0.91, 0.00, 0.08. Web safe color of #3514eb is #3300ff. Color #3514eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110101 | 00010100 | 11101011 |
Octal | 65 | 24 | 353 |
Decimal | 53 | 20 | 235 |
Hex | 35 | 14 | EB |
Shades of #3514eb
Tints of #3514eb
RGB Percentages of Color #3514eb
CMYK Percentages of Color #3514eb
Complementary Color
#3514eb | #caeb14 |
#3514eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3514eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#3514eb Color CSS Codes
.mybgcolor {background-color:#3514eb; } .myforecolor {color:#3514eb; } .mybordercolor {border:3px solid #3514eb; }
#3514eb Text Font Color
<p style="color:#3514eb">Text here</p>
This sample text font color is #3514eb
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.
#3514eb Background Color
<div style="background-color:#3514eb">
Div content here</div>
This div background color is #3514eb
#3514eb Border Color
<div style="border:3px solid #3514eb">
Div here</div>
This div border color is #3514eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(53,20,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3514eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3514eb; -webkit-box-shadow: 1px 1px 3px 2px #3514eb; box-shadow: 1px 1px 3px 2px #3514eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(53,20,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 #3514eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3514eb; -webkit-box-shadow: 1px 1px 3px 2px #3514eb; box-shadow: 1px 1px 3px 2px #3514eb;">
Div content here</div>
This div box has shadow with color #3514eb
Comments
No comments written yet.
Please login to write comment.