Color spaces of #180821
RGB | 24 | 8 | 33 |
---|---|---|---|
HSL | 0.77 | 0.61 | 0.08 |
HSV | 278° | 76° | 13° |
CMYK | 0.27 | 0.76 | 0.00 0.87 |
XYZ | 0.7380 | 0.4777 | 1.4921 |
Yxy | 0.4777 | 0.2725 | 0.1764 |
Hunter Lab | 6.9116 | 6.9645 | -7.9616 |
CIE-Lab | 4.3150 | 11.6321 | -12.8345 |
#180821 color RGB value is (24,8,33).
#180821 hex color red value is 24, green value is 8 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #180821 hue: 0.77 , saturation: 0.61 and the lightness value of 180821 is 0.08.
The process color (four color CMYK) of #180821 color hex is 0.27, 0.76, 0.00, 0.87. Web safe color of #180821 is #000033. Color #180821 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011000 | 00001000 | 00100001 |
Octal | 30 | 10 | 41 |
Decimal | 24 | 8 | 33 |
Hex | 18 | 8 | 21 |
Shades of #180821
Tints of #180821
RGB Percentages of Color #180821
CMYK Percentages of Color #180821
Complementary Color
#180821 | #112108 |
#180821 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#180821 Color Preview on White Background
Lorem ipsum dolor sit amet.
#180821 Color CSS Codes
.mybgcolor {background-color:#180821; } .myforecolor {color:#180821; } .mybordercolor {border:3px solid #180821; }
#180821 Text Font Color
<p style="color:#180821">Text here</p>
This sample text font color is #180821
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.
#180821 Background Color
<div style="background-color:#180821">
Div content here</div>
This div background color is #180821
#180821 Border Color
<div style="border:3px solid #180821">
Div here</div>
This div border color is #180821
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(24,8,33, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #180821; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #180821; -webkit-box-shadow: 1px 1px 3px 2px #180821; box-shadow: 1px 1px 3px 2px #180821; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(24,8,33, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #180821">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #180821; -webkit-box-shadow: 1px 1px 3px 2px #180821; box-shadow: 1px 1px 3px 2px #180821;">
Div content here</div>
This div box has shadow with color #180821
Comments
No comments written yet.
Please login to write comment.