Color spaces of #ce3244
RGB | 206 | 50 | 68 |
---|---|---|---|
HSL | 0.98 | 0.61 | 0.50 |
HSV | 353° | 76° | 81° |
CMYK | 0.00 | 0.76 | 0.67 0.19 |
XYZ | 27.6376 | 15.8204 | 7.0658 |
Yxy | 15.8204 | 0.5470 | 0.3131 |
Hunter Lab | 39.7749 | 54.4249 | 17.3098 |
CIE-Lab | 46.7380 | 60.8288 | 27.7983 |
#ce3244 color RGB value is (206,50,68).
#ce3244 hex color red value is 206, green value is 50 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #ce3244 hue: 0.98 , saturation: 0.61 and the lightness value of ce3244 is 0.50.
The process color (four color CMYK) of #ce3244 color hex is 0.00, 0.76, 0.67, 0.19. Web safe color of #ce3244 is #cc3333. Color #ce3244 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 00110010 | 01000100 |
Octal | 316 | 62 | 104 |
Decimal | 206 | 50 | 68 |
Hex | CE | 32 | 44 |
Shades of #ce3244
Tints of #ce3244
RGB Percentages of Color #ce3244
CMYK Percentages of Color #ce3244
Complementary Color
#ce3244 | #32cebc |
#ce3244 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce3244 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce3244 Color CSS Codes
.mybgcolor {background-color:#ce3244; } .myforecolor {color:#ce3244; } .mybordercolor {border:3px solid #ce3244; }
#ce3244 Text Font Color
<p style="color:#ce3244">Text here</p>
This sample text font color is #ce3244
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.
#ce3244 Background Color
<div style="background-color:#ce3244">
Div content here</div>
This div background color is #ce3244
#ce3244 Border Color
<div style="border:3px solid #ce3244">
Div here</div>
This div border color is #ce3244
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,50,68, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce3244; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce3244; -webkit-box-shadow: 1px 1px 3px 2px #ce3244; box-shadow: 1px 1px 3px 2px #ce3244; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,50,68, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce3244">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce3244; -webkit-box-shadow: 1px 1px 3px 2px #ce3244; box-shadow: 1px 1px 3px 2px #ce3244;">
Div content here</div>
This div box has shadow with color #ce3244
Comments
No comments written yet.
Please login to write comment.