Color spaces of #28276c
RGB | 40 | 39 | 108 |
---|---|---|---|
HSL | 0.67 | 0.47 | 0.29 |
HSV | 241° | 64° | 42° |
CMYK | 0.63 | 0.64 | 0.00 0.58 |
XYZ | 4.3074 | 2.9849 | 14.5365 |
Yxy | 2.9849 | 0.1973 | 0.1367 |
Hunter Lab | 17.2769 | 14.2684 | -37.7919 |
CIE-Lab | 19.9833 | 23.1629 | -40.1784 |
#28276c color RGB value is (40,39,108).
#28276c hex color red value is 40, green value is 39 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #28276c hue: 0.67 , saturation: 0.47 and the lightness value of 28276c is 0.29.
The process color (four color CMYK) of #28276c color hex is 0.63, 0.64, 0.00, 0.58. Web safe color of #28276c is #333366. Color #28276c contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101000 | 00100111 | 01101100 |
Octal | 50 | 47 | 154 |
Decimal | 40 | 39 | 108 |
Hex | 28 | 27 | 6C |
Shades of #28276c
Tints of #28276c
RGB Percentages of Color #28276c
CMYK Percentages of Color #28276c
Complementary Color
#28276c | #6b6c27 |
#28276c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#28276c Color Preview on White Background
Lorem ipsum dolor sit amet.
#28276c Color CSS Codes
.mybgcolor {background-color:#28276c; } .myforecolor {color:#28276c; } .mybordercolor {border:3px solid #28276c; }
#28276c Text Font Color
<p style="color:#28276c">Text here</p>
This sample text font color is #28276c
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.
#28276c Background Color
<div style="background-color:#28276c">
Div content here</div>
This div background color is #28276c
#28276c Border Color
<div style="border:3px solid #28276c">
Div here</div>
This div border color is #28276c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(40,39,108, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #28276c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #28276c; -webkit-box-shadow: 1px 1px 3px 2px #28276c; box-shadow: 1px 1px 3px 2px #28276c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(40,39,108, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #28276c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #28276c; -webkit-box-shadow: 1px 1px 3px 2px #28276c; box-shadow: 1px 1px 3px 2px #28276c;">
Div content here</div>
This div box has shadow with color #28276c
Comments
No comments written yet.
Please login to write comment.