Color spaces of #1747ba
RGB | 23 | 71 | 186 |
---|---|---|---|
HSL | 0.62 | 0.78 | 0.41 |
HSV | 222° | 88° | 73° |
CMYK | 0.88 | 0.62 | 0.00 0.27 |
XYZ | 11.4695 | 8.2338 | 47.4391 |
Yxy | 8.2338 | 0.1708 | 0.1226 |
Hunter Lab | 28.6946 | 21.1326 | -77.9345 |
CIE-Lab | 34.4651 | 29.5585 | -64.6108 |
#1747ba color RGB value is (23,71,186).
#1747ba hex color red value is 23, green value is 71 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #1747ba hue: 0.62 , saturation: 0.78 and the lightness value of 1747ba is 0.41.
The process color (four color CMYK) of #1747ba color hex is 0.88, 0.62, 0.00, 0.27. Web safe color of #1747ba is #0033cc. Color #1747ba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010111 | 01000111 | 10111010 |
Octal | 27 | 107 | 272 |
Decimal | 23 | 71 | 186 |
Hex | 17 | 47 | BA |
Shades of #1747ba
Tints of #1747ba
RGB Percentages of Color #1747ba
CMYK Percentages of Color #1747ba
Complementary Color
#1747ba | #ba8a17 |
#1747ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1747ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#1747ba Color CSS Codes
.mybgcolor {background-color:#1747ba; } .myforecolor {color:#1747ba; } .mybordercolor {border:3px solid #1747ba; }
#1747ba Text Font Color
<p style="color:#1747ba">Text here</p>
This sample text font color is #1747ba
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.
#1747ba Background Color
<div style="background-color:#1747ba">
Div content here</div>
This div background color is #1747ba
#1747ba Border Color
<div style="border:3px solid #1747ba">
Div here</div>
This div border color is #1747ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(23,71,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1747ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1747ba; -webkit-box-shadow: 1px 1px 3px 2px #1747ba; box-shadow: 1px 1px 3px 2px #1747ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(23,71,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1747ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1747ba; -webkit-box-shadow: 1px 1px 3px 2px #1747ba; box-shadow: 1px 1px 3px 2px #1747ba;">
Div content here</div>
This div box has shadow with color #1747ba
Comments
No comments written yet.
Please login to write comment.