Color spaces of #ce152e
RGB | 206 | 21 | 46 |
---|---|---|---|
HSL | 0.98 | 0.81 | 0.45 |
HSV | 352° | 90° | 81° |
CMYK | 0.00 | 0.90 | 0.78 0.19 |
XYZ | 26.2149 | 13.8554 | 3.8774 |
Yxy | 13.8554 | 0.5965 | 0.3153 |
Hunter Lab | 37.2228 | 60.5721 | 19.8799 |
CIE-Lab | 44.0248 | 66.7390 | 37.6915 |
#ce152e color RGB value is (206,21,46).
#ce152e hex color red value is 206, green value is 21 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ce152e hue: 0.98 , saturation: 0.81 and the lightness value of ce152e is 0.45.
The process color (four color CMYK) of #ce152e color hex is 0.00, 0.90, 0.78, 0.19. Web safe color of #ce152e is #cc0033. Color #ce152e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 00010101 | 00101110 |
Octal | 316 | 25 | 56 |
Decimal | 206 | 21 | 46 |
Hex | CE | 15 | 2E |
Shades of #ce152e
Tints of #ce152e
RGB Percentages of Color #ce152e
CMYK Percentages of Color #ce152e
Complementary Color
#ce152e | #15ceb5 |
#ce152e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce152e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce152e Color CSS Codes
.mybgcolor {background-color:#ce152e; } .myforecolor {color:#ce152e; } .mybordercolor {border:3px solid #ce152e; }
#ce152e Text Font Color
<p style="color:#ce152e">Text here</p>
This sample text font color is #ce152e
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.
#ce152e Background Color
<div style="background-color:#ce152e">
Div content here</div>
This div background color is #ce152e
#ce152e Border Color
<div style="border:3px solid #ce152e">
Div here</div>
This div border color is #ce152e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,21,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce152e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce152e; -webkit-box-shadow: 1px 1px 3px 2px #ce152e; box-shadow: 1px 1px 3px 2px #ce152e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,21,46, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce152e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce152e; -webkit-box-shadow: 1px 1px 3px 2px #ce152e; box-shadow: 1px 1px 3px 2px #ce152e;">
Div content here</div>
This div box has shadow with color #ce152e
Comments
No comments written yet.
Please login to write comment.