Color spaces of #28250e
RGB | 40 | 37 | 14 |
---|---|---|---|
HSL | 0.15 | 0.48 | 0.11 |
HSV | 53° | 65° | 16° |
CMYK | 0.00 | 0.07 | 0.65 0.84 |
XYZ | 1.6159 | 1.8060 | 0.6789 |
Yxy | 1.8060 | 0.3940 | 0.4404 |
Hunter Lab | 13.4387 | -2.0546 | 6.4119 |
CIE-Lab | 14.4343 | -2.6157 | 15.1762 |
#28250e color RGB value is (40,37,14).
#28250e hex color red value is 40, green value is 37 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #28250e hue: 0.15 , saturation: 0.48 and the lightness value of 28250e is 0.11.
The process color (four color CMYK) of #28250e color hex is 0.00, 0.07, 0.65, 0.84. Web safe color of #28250e is #333300. Color #28250e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101000 | 00100101 | 00001110 |
Octal | 50 | 45 | 16 |
Decimal | 40 | 37 | 14 |
Hex | 28 | 25 | E |
Shades of #28250e
Tints of #28250e
RGB Percentages of Color #28250e
CMYK Percentages of Color #28250e
Complementary Color
#28250e | #0e1128 |
#28250e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#28250e Color Preview on White Background
Lorem ipsum dolor sit amet.
#28250e Color CSS Codes
.mybgcolor {background-color:#28250e; } .myforecolor {color:#28250e; } .mybordercolor {border:3px solid #28250e; }
#28250e Text Font Color
<p style="color:#28250e">Text here</p>
This sample text font color is #28250e
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.
#28250e Background Color
<div style="background-color:#28250e">
Div content here</div>
This div background color is #28250e
#28250e Border Color
<div style="border:3px solid #28250e">
Div here</div>
This div border color is #28250e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(40,37,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #28250e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #28250e; -webkit-box-shadow: 1px 1px 3px 2px #28250e; box-shadow: 1px 1px 3px 2px #28250e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(40,37,14, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #28250e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #28250e; -webkit-box-shadow: 1px 1px 3px 2px #28250e; box-shadow: 1px 1px 3px 2px #28250e;">
Div content here</div>
This div box has shadow with color #28250e
Comments
No comments written yet.
Please login to write comment.