Color spaces of #230656
RGB | 35 | 6 | 86 |
---|---|---|---|
HSL | 0.73 | 0.87 | 0.18 |
HSV | 262° | 93° | 34° |
CMYK | 0.59 | 0.93 | 0.00 0.66 |
XYZ | 2.4380 | 1.1595 | 8.8994 |
Yxy | 1.1595 | 0.1951 | 0.0928 |
Hunter Lab | 10.7680 | 21.5704 | -41.4636 |
CIE-Lab | 10.2552 | 34.2892 | -41.5279 |
#230656 color RGB value is (35,6,86).
#230656 hex color red value is 35, green value is 6 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #230656 hue: 0.73 , saturation: 0.87 and the lightness value of 230656 is 0.18.
The process color (four color CMYK) of #230656 color hex is 0.59, 0.93, 0.00, 0.66. Web safe color of #230656 is #330066. Color #230656 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100011 | 00000110 | 01010110 |
Octal | 43 | 6 | 126 |
Decimal | 35 | 6 | 86 |
Hex | 23 | 6 | 56 |
Shades of #230656
Tints of #230656
RGB Percentages of Color #230656
CMYK Percentages of Color #230656
Complementary Color
#230656 | #395606 |
#230656 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#230656 Color Preview on White Background
Lorem ipsum dolor sit amet.
#230656 Color CSS Codes
.mybgcolor {background-color:#230656; } .myforecolor {color:#230656; } .mybordercolor {border:3px solid #230656; }
#230656 Text Font Color
<p style="color:#230656">Text here</p>
This sample text font color is #230656
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.
#230656 Background Color
<div style="background-color:#230656">
Div content here</div>
This div background color is #230656
#230656 Border Color
<div style="border:3px solid #230656">
Div here</div>
This div border color is #230656
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(35,6,86, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #230656; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #230656; -webkit-box-shadow: 1px 1px 3px 2px #230656; box-shadow: 1px 1px 3px 2px #230656; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(35,6,86, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #230656">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #230656; -webkit-box-shadow: 1px 1px 3px 2px #230656; box-shadow: 1px 1px 3px 2px #230656;">
Div content here</div>
This div box has shadow with color #230656
Comments
No comments written yet.
Please login to write comment.