Color spaces of #231cdb
RGB | 35 | 28 | 219 |
---|---|---|---|
HSL | 0.67 | 0.77 | 0.48 |
HSV | 242° | 87° | 86° |
CMYK | 0.84 | 0.87 | 0.00 0.14 |
XYZ | 13.8946 | 6.3023 | 67.5020 |
Yxy | 6.3023 | 0.1584 | 0.0719 |
Hunter Lab | 25.1044 | 54.8623 | -141.8490 |
CIE-Lab | 30.1627 | 64.4169 | -90.9450 |
#231cdb color RGB value is (35,28,219).
#231cdb hex color red value is 35, green value is 28 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #231cdb hue: 0.67 , saturation: 0.77 and the lightness value of 231cdb is 0.48.
The process color (four color CMYK) of #231cdb color hex is 0.84, 0.87, 0.00, 0.14. Web safe color of #231cdb is #3333cc. Color #231cdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100011 | 00011100 | 11011011 |
Octal | 43 | 34 | 333 |
Decimal | 35 | 28 | 219 |
Hex | 23 | 1C | DB |
Shades of #231cdb
Tints of #231cdb
RGB Percentages of Color #231cdb
CMYK Percentages of Color #231cdb
Complementary Color
#231cdb | #d4db1c |
#231cdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#231cdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#231cdb Color CSS Codes
.mybgcolor {background-color:#231cdb; } .myforecolor {color:#231cdb; } .mybordercolor {border:3px solid #231cdb; }
#231cdb Text Font Color
<p style="color:#231cdb">Text here</p>
This sample text font color is #231cdb
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.
#231cdb Background Color
<div style="background-color:#231cdb">
Div content here</div>
This div background color is #231cdb
#231cdb Border Color
<div style="border:3px solid #231cdb">
Div here</div>
This div border color is #231cdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(35,28,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #231cdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #231cdb; -webkit-box-shadow: 1px 1px 3px 2px #231cdb; box-shadow: 1px 1px 3px 2px #231cdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(35,28,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #231cdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #231cdb; -webkit-box-shadow: 1px 1px 3px 2px #231cdb; box-shadow: 1px 1px 3px 2px #231cdb;">
Div content here</div>
This div box has shadow with color #231cdb
#231cdb Color Palettes
Comments
No comments written yet.
Please login to write comment.