Color spaces of #231dbc
RGB | 35 | 29 | 188 |
---|---|---|---|
HSL | 0.67 | 0.73 | 0.43 |
HSV | 242° | 85° | 74° |
CMYK | 0.81 | 0.85 | 0.00 0.26 |
XYZ | 10.2096 | 4.8669 | 47.9783 |
Yxy | 4.8669 | 0.1619 | 0.0772 |
Hunter Lab | 22.0611 | 44.0009 | -113.5010 |
CIE-Lab | 26.3522 | 55.1281 | -79.1710 |
#231dbc color RGB value is (35,29,188).
#231dbc hex color red value is 35, green value is 29 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #231dbc hue: 0.67 , saturation: 0.73 and the lightness value of 231dbc is 0.43.
The process color (four color CMYK) of #231dbc color hex is 0.81, 0.85, 0.00, 0.26. Web safe color of #231dbc is #3333cc. Color #231dbc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100011 | 00011101 | 10111100 |
Octal | 43 | 35 | 274 |
Decimal | 35 | 29 | 188 |
Hex | 23 | 1D | BC |
Shades of #231dbc
Tints of #231dbc
RGB Percentages of Color #231dbc
CMYK Percentages of Color #231dbc
Complementary Color
#231dbc | #b6bc1d |
#231dbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#231dbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#231dbc Color CSS Codes
.mybgcolor {background-color:#231dbc; } .myforecolor {color:#231dbc; } .mybordercolor {border:3px solid #231dbc; }
#231dbc Text Font Color
<p style="color:#231dbc">Text here</p>
This sample text font color is #231dbc
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.
#231dbc Background Color
<div style="background-color:#231dbc">
Div content here</div>
This div background color is #231dbc
#231dbc Border Color
<div style="border:3px solid #231dbc">
Div here</div>
This div border color is #231dbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(35,29,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #231dbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #231dbc; -webkit-box-shadow: 1px 1px 3px 2px #231dbc; box-shadow: 1px 1px 3px 2px #231dbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(35,29,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #231dbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #231dbc; -webkit-box-shadow: 1px 1px 3px 2px #231dbc; box-shadow: 1px 1px 3px 2px #231dbc;">
Div content here</div>
This div box has shadow with color #231dbc
Comments
No comments written yet.
Please login to write comment.