Color spaces of #3458ed
RGB | 52 | 88 | 237 |
---|---|---|---|
HSL | 0.63 | 0.84 | 0.57 |
HSV | 228° | 78° | 93° |
CMYK | 0.78 | 0.63 | 0.00 0.07 |
XYZ | 20.1920 | 13.8239 | 81.7248 |
Yxy | 13.8239 | 0.1745 | 0.1194 |
Hunter Lab | 37.1805 | 31.8739 | -104.2963 |
CIE-Lab | 43.9793 | 39.8122 | -78.3458 |
#3458ed color RGB value is (52,88,237).
#3458ed hex color red value is 52, green value is 88 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #3458ed hue: 0.63 , saturation: 0.84 and the lightness value of 3458ed is 0.57.
The process color (four color CMYK) of #3458ed color hex is 0.78, 0.63, 0.00, 0.07. Web safe color of #3458ed is #3366ff. Color #3458ed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110100 | 01011000 | 11101101 |
Octal | 64 | 130 | 355 |
Decimal | 52 | 88 | 237 |
Hex | 34 | 58 | ED |
Shades of #3458ed
Tints of #3458ed
RGB Percentages of Color #3458ed
CMYK Percentages of Color #3458ed
Complementary Color
#3458ed | #edc934 |
#3458ed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3458ed Color Preview on White Background
Lorem ipsum dolor sit amet.
#3458ed Color CSS Codes
.mybgcolor {background-color:#3458ed; } .myforecolor {color:#3458ed; } .mybordercolor {border:3px solid #3458ed; }
#3458ed Text Font Color
<p style="color:#3458ed">Text here</p>
This sample text font color is #3458ed
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.
#3458ed Background Color
<div style="background-color:#3458ed">
Div content here</div>
This div background color is #3458ed
#3458ed Border Color
<div style="border:3px solid #3458ed">
Div here</div>
This div border color is #3458ed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(52,88,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3458ed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3458ed; -webkit-box-shadow: 1px 1px 3px 2px #3458ed; box-shadow: 1px 1px 3px 2px #3458ed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(52,88,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3458ed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3458ed; -webkit-box-shadow: 1px 1px 3px 2px #3458ed; box-shadow: 1px 1px 3px 2px #3458ed;">
Div content here</div>
This div box has shadow with color #3458ed
Comments
No comments written yet.
Please login to write comment.