Color spaces of #263fab
RGB | 38 | 63 | 171 |
---|---|---|---|
HSL | 0.64 | 0.64 | 0.41 |
HSV | 229° | 78° | 67° |
CMYK | 0.78 | 0.63 | 0.00 0.33 |
XYZ | 9.9275 | 6.9074 | 39.3381 |
Yxy | 6.9074 | 0.1767 | 0.1230 |
Hunter Lab | 26.2819 | 21.4316 | -70.3463 |
CIE-Lab | 31.5952 | 30.3193 | -60.3845 |
#263fab color RGB value is (38,63,171).
#263fab hex color red value is 38, green value is 63 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #263fab hue: 0.64 , saturation: 0.64 and the lightness value of 263fab is 0.41.
The process color (four color CMYK) of #263fab color hex is 0.78, 0.63, 0.00, 0.33. Web safe color of #263fab is #333399. Color #263fab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100110 | 00111111 | 10101011 |
Octal | 46 | 77 | 253 |
Decimal | 38 | 63 | 171 |
Hex | 26 | 3F | AB |
Shades of #263fab
Tints of #263fab
RGB Percentages of Color #263fab
CMYK Percentages of Color #263fab
Complementary Color
#263fab | #ab9226 |
#263fab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#263fab Color Preview on White Background
Lorem ipsum dolor sit amet.
#263fab Color CSS Codes
.mybgcolor {background-color:#263fab; } .myforecolor {color:#263fab; } .mybordercolor {border:3px solid #263fab; }
#263fab Text Font Color
<p style="color:#263fab">Text here</p>
This sample text font color is #263fab
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.
#263fab Background Color
<div style="background-color:#263fab">
Div content here</div>
This div background color is #263fab
#263fab Border Color
<div style="border:3px solid #263fab">
Div here</div>
This div border color is #263fab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(38,63,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #263fab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #263fab; -webkit-box-shadow: 1px 1px 3px 2px #263fab; box-shadow: 1px 1px 3px 2px #263fab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(38,63,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #263fab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #263fab; -webkit-box-shadow: 1px 1px 3px 2px #263fab; box-shadow: 1px 1px 3px 2px #263fab;">
Div content here</div>
This div box has shadow with color #263fab
Comments
No comments written yet.
Please login to write comment.