Color spaces of #26063d
RGB | 38 | 6 | 61 |
---|---|---|---|
HSL | 0.76 | 0.82 | 0.13 |
HSV | 275° | 90° | 24° |
CMYK | 0.38 | 0.90 | 0.00 0.76 |
XYZ | 1.7068 | 0.8792 | 4.4946 |
Yxy | 0.8792 | 0.2411 | 0.1242 |
Hunter Lab | 9.3766 | 16.0831 | -21.8567 |
CIE-Lab | 7.9417 | 27.7365 | -27.8417 |
#26063d color RGB value is (38,6,61).
#26063d hex color red value is 38, green value is 6 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #26063d hue: 0.76 , saturation: 0.82 and the lightness value of 26063d is 0.13.
The process color (four color CMYK) of #26063d color hex is 0.38, 0.90, 0.00, 0.76. Web safe color of #26063d is #330033. Color #26063d contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100110 | 00000110 | 00111101 |
Octal | 46 | 6 | 75 |
Decimal | 38 | 6 | 61 |
Hex | 26 | 6 | 3D |
Shades of #26063d
Tints of #26063d
RGB Percentages of Color #26063d
CMYK Percentages of Color #26063d
Complementary Color
#26063d | #1d3d06 |
#26063d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#26063d Color Preview on White Background
Lorem ipsum dolor sit amet.
#26063d Color CSS Codes
.mybgcolor {background-color:#26063d; } .myforecolor {color:#26063d; } .mybordercolor {border:3px solid #26063d; }
#26063d Text Font Color
<p style="color:#26063d">Text here</p>
This sample text font color is #26063d
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.
#26063d Background Color
<div style="background-color:#26063d">
Div content here</div>
This div background color is #26063d
#26063d Border Color
<div style="border:3px solid #26063d">
Div here</div>
This div border color is #26063d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(38,6,61, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #26063d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #26063d; -webkit-box-shadow: 1px 1px 3px 2px #26063d; box-shadow: 1px 1px 3px 2px #26063d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(38,6,61, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #26063d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #26063d; -webkit-box-shadow: 1px 1px 3px 2px #26063d; box-shadow: 1px 1px 3px 2px #26063d;">
Div content here</div>
This div box has shadow with color #26063d
Comments
No comments written yet.
Please login to write comment.