Color spaces of #283cab
RGB | 40 | 60 | 171 |
---|---|---|---|
HSL | 0.64 | 0.62 | 0.41 |
HSV | 231° | 77° | 67° |
CMYK | 0.77 | 0.65 | 0.00 0.33 |
XYZ | 9.8416 | 6.6231 | 39.2878 |
Yxy | 6.6231 | 0.1765 | 0.1188 |
Hunter Lab | 25.7354 | 23.2242 | -72.4977 |
CIE-Lab | 30.9330 | 32.4923 | -61.4655 |
#283cab color RGB value is (40,60,171).
#283cab hex color red value is 40, green value is 60 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #283cab hue: 0.64 , saturation: 0.62 and the lightness value of 283cab is 0.41.
The process color (four color CMYK) of #283cab color hex is 0.77, 0.65, 0.00, 0.33. Web safe color of #283cab is #333399. Color #283cab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101000 | 00111100 | 10101011 |
Octal | 50 | 74 | 253 |
Decimal | 40 | 60 | 171 |
Hex | 28 | 3C | AB |
Shades of #283cab
Tints of #283cab
RGB Percentages of Color #283cab
CMYK Percentages of Color #283cab
Complementary Color
#283cab | #ab9728 |
#283cab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#283cab Color Preview on White Background
Lorem ipsum dolor sit amet.
#283cab Color CSS Codes
.mybgcolor {background-color:#283cab; } .myforecolor {color:#283cab; } .mybordercolor {border:3px solid #283cab; }
#283cab Text Font Color
<p style="color:#283cab">Text here</p>
This sample text font color is #283cab
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.
#283cab Background Color
<div style="background-color:#283cab">
Div content here</div>
This div background color is #283cab
#283cab Border Color
<div style="border:3px solid #283cab">
Div here</div>
This div border color is #283cab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(40,60,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #283cab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #283cab; -webkit-box-shadow: 1px 1px 3px 2px #283cab; box-shadow: 1px 1px 3px 2px #283cab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(40,60,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 #283cab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #283cab; -webkit-box-shadow: 1px 1px 3px 2px #283cab; box-shadow: 1px 1px 3px 2px #283cab;">
Div content here</div>
This div box has shadow with color #283cab
Comments
No comments written yet.
Please login to write comment.