Color spaces of #1823cd
RGB | 24 | 35 | 205 |
---|---|---|---|
HSL | 0.66 | 0.79 | 0.45 |
HSV | 236° | 88° | 80° |
CMYK | 0.88 | 0.83 | 0.00 0.20 |
XYZ | 11.9972 | 5.8040 | 58.2456 |
Yxy | 5.8040 | 0.1578 | 0.0763 |
Hunter Lab | 24.0915 | 46.7302 | -126.4804 |
CIE-Lab | 28.9125 | 57.2249 | -84.9192 |
#1823cd color RGB value is (24,35,205).
#1823cd hex color red value is 24, green value is 35 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #1823cd hue: 0.66 , saturation: 0.79 and the lightness value of 1823cd is 0.45.
The process color (four color CMYK) of #1823cd color hex is 0.88, 0.83, 0.00, 0.20. Web safe color of #1823cd is #0033cc. Color #1823cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011000 | 00100011 | 11001101 |
Octal | 30 | 43 | 315 |
Decimal | 24 | 35 | 205 |
Hex | 18 | 23 | CD |
Shades of #1823cd
Tints of #1823cd
RGB Percentages of Color #1823cd
CMYK Percentages of Color #1823cd
Complementary Color
#1823cd | #cdc218 |
#1823cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1823cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#1823cd Color CSS Codes
.mybgcolor {background-color:#1823cd; } .myforecolor {color:#1823cd; } .mybordercolor {border:3px solid #1823cd; }
#1823cd Text Font Color
<p style="color:#1823cd">Text here</p>
This sample text font color is #1823cd
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.
#1823cd Background Color
<div style="background-color:#1823cd">
Div content here</div>
This div background color is #1823cd
#1823cd Border Color
<div style="border:3px solid #1823cd">
Div here</div>
This div border color is #1823cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(24,35,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1823cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1823cd; -webkit-box-shadow: 1px 1px 3px 2px #1823cd; box-shadow: 1px 1px 3px 2px #1823cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(24,35,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1823cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1823cd; -webkit-box-shadow: 1px 1px 3px 2px #1823cd; box-shadow: 1px 1px 3px 2px #1823cd;">
Div content here</div>
This div box has shadow with color #1823cd
Comments
No comments written yet.
Please login to write comment.