Color spaces of #ce395e
RGB | 206 | 57 | 94 |
---|---|---|---|
HSL | 0.96 | 0.60 | 0.52 |
HSV | 345° | 72° | 81° |
CMYK | 0.00 | 0.72 | 0.54 0.19 |
XYZ | 28.9371 | 16.8562 | 12.3181 |
Yxy | 16.8562 | 0.4980 | 0.2901 |
Hunter Lab | 41.0563 | 53.9610 | 10.9507 |
CIE-Lab | 48.0783 | 60.1638 | 13.7506 |
#ce395e color RGB value is (206,57,94).
#ce395e hex color red value is 206, green value is 57 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ce395e hue: 0.96 , saturation: 0.60 and the lightness value of ce395e is 0.52.
The process color (four color CMYK) of #ce395e color hex is 0.00, 0.72, 0.54, 0.19. Web safe color of #ce395e is #cc3366. Color #ce395e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 00111001 | 01011110 |
Octal | 316 | 71 | 136 |
Decimal | 206 | 57 | 94 |
Hex | CE | 39 | 5E |
Shades of #ce395e
Tints of #ce395e
RGB Percentages of Color #ce395e
CMYK Percentages of Color #ce395e
Complementary Color
#ce395e | #39cea9 |
#ce395e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce395e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce395e Color CSS Codes
.mybgcolor {background-color:#ce395e; } .myforecolor {color:#ce395e; } .mybordercolor {border:3px solid #ce395e; }
#ce395e Text Font Color
<p style="color:#ce395e">Text here</p>
This sample text font color is #ce395e
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.
#ce395e Background Color
<div style="background-color:#ce395e">
Div content here</div>
This div background color is #ce395e
#ce395e Border Color
<div style="border:3px solid #ce395e">
Div here</div>
This div border color is #ce395e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,57,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce395e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce395e; -webkit-box-shadow: 1px 1px 3px 2px #ce395e; box-shadow: 1px 1px 3px 2px #ce395e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,57,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce395e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce395e; -webkit-box-shadow: 1px 1px 3px 2px #ce395e; box-shadow: 1px 1px 3px 2px #ce395e;">
Div content here</div>
This div box has shadow with color #ce395e
Comments
No comments written yet.
Please login to write comment.