Color spaces of #171852
RGB | 23 | 24 | 82 |
---|---|---|---|
HSL | 0.66 | 0.56 | 0.21 |
HSV | 239° | 72° | 32° |
CMYK | 0.72 | 0.71 | 0.00 0.68 |
XYZ | 2.2030 | 1.4446 | 8.1454 |
Yxy | 1.4446 | 0.1868 | 0.1225 |
Hunter Lab | 12.0192 | 11.6839 | -31.7675 |
CIE-Lab | 12.2514 | 20.7858 | -35.5621 |
#171852 color RGB value is (23,24,82).
#171852 hex color red value is 23, green value is 24 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #171852 hue: 0.66 , saturation: 0.56 and the lightness value of 171852 is 0.21.
The process color (four color CMYK) of #171852 color hex is 0.72, 0.71, 0.00, 0.68. Web safe color of #171852 is #000066. Color #171852 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010111 | 00011000 | 01010010 |
Octal | 27 | 30 | 122 |
Decimal | 23 | 24 | 82 |
Hex | 17 | 18 | 52 |
Shades of #171852
Tints of #171852
RGB Percentages of Color #171852
CMYK Percentages of Color #171852
Complementary Color
#171852 | #525117 |
#171852 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#171852 Color Preview on White Background
Lorem ipsum dolor sit amet.
#171852 Color CSS Codes
.mybgcolor {background-color:#171852; } .myforecolor {color:#171852; } .mybordercolor {border:3px solid #171852; }
#171852 Text Font Color
<p style="color:#171852">Text here</p>
This sample text font color is #171852
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.
#171852 Background Color
<div style="background-color:#171852">
Div content here</div>
This div background color is #171852
#171852 Border Color
<div style="border:3px solid #171852">
Div here</div>
This div border color is #171852
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(23,24,82, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #171852; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #171852; -webkit-box-shadow: 1px 1px 3px 2px #171852; box-shadow: 1px 1px 3px 2px #171852; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(23,24,82, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #171852">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #171852; -webkit-box-shadow: 1px 1px 3px 2px #171852; box-shadow: 1px 1px 3px 2px #171852;">
Div content here</div>
This div box has shadow with color #171852
Comments
No comments written yet.
Please login to write comment.