Color spaces of #ce598a
RGB | 206 | 89 | 138 |
---|---|---|---|
HSL | 0.93 | 0.54 | 0.58 |
HSV | 335° | 57° | 81° |
CMYK | 0.00 | 0.57 | 0.33 0.19 |
XYZ | 33.6134 | 22.1015 | 26.5392 |
Yxy | 22.1015 | 0.4087 | 0.2687 |
Hunter Lab | 47.0122 | 45.3548 | -0.5616 |
CIE-Lab | 54.1345 | 51.2817 | -4.0101 |
#ce598a color RGB value is (206,89,138).
#ce598a hex color red value is 206, green value is 89 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ce598a hue: 0.93 , saturation: 0.54 and the lightness value of ce598a is 0.58.
The process color (four color CMYK) of #ce598a color hex is 0.00, 0.57, 0.33, 0.19. Web safe color of #ce598a is #cc6699. Color #ce598a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 01011001 | 10001010 |
Octal | 316 | 131 | 212 |
Decimal | 206 | 89 | 138 |
Hex | CE | 59 | 8A |
Shades of #ce598a
Tints of #ce598a
RGB Percentages of Color #ce598a
CMYK Percentages of Color #ce598a
Complementary Color
#ce598a | #59ce9d |
#ce598a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce598a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce598a Color CSS Codes
.mybgcolor {background-color:#ce598a; } .myforecolor {color:#ce598a; } .mybordercolor {border:3px solid #ce598a; }
#ce598a Text Font Color
<p style="color:#ce598a">Text here</p>
This sample text font color is #ce598a
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.
#ce598a Background Color
<div style="background-color:#ce598a">
Div content here</div>
This div background color is #ce598a
#ce598a Border Color
<div style="border:3px solid #ce598a">
Div here</div>
This div border color is #ce598a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,89,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce598a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce598a; -webkit-box-shadow: 1px 1px 3px 2px #ce598a; box-shadow: 1px 1px 3px 2px #ce598a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,89,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce598a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce598a; -webkit-box-shadow: 1px 1px 3px 2px #ce598a; box-shadow: 1px 1px 3px 2px #ce598a;">
Div content here</div>
This div box has shadow with color #ce598a
Comments
No comments written yet.
Please login to write comment.