Color spaces of #cf508e
RGB | 207 | 80 | 142 |
---|---|---|---|
HSL | 0.92 | 0.57 | 0.56 |
HSV | 331° | 61° | 81° |
CMYK | 0.00 | 0.61 | 0.31 0.19 |
XYZ | 33.4833 | 20.9557 | 27.8713 |
Yxy | 20.9557 | 0.4068 | 0.2546 |
Hunter Lab | 45.7774 | 50.4511 | -4.0542 |
CIE-Lab | 52.9010 | 56.1419 | -8.1931 |
#cf508e color RGB value is (207,80,142).
#cf508e hex color red value is 207, green value is 80 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #cf508e hue: 0.92 , saturation: 0.57 and the lightness value of cf508e is 0.56.
The process color (four color CMYK) of #cf508e color hex is 0.00, 0.61, 0.31, 0.19. Web safe color of #cf508e is #cc6699. Color #cf508e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 01010000 | 10001110 |
Octal | 317 | 120 | 216 |
Decimal | 207 | 80 | 142 |
Hex | CF | 50 | 8E |
Shades of #cf508e
Tints of #cf508e
RGB Percentages of Color #cf508e
CMYK Percentages of Color #cf508e
Complementary Color
#cf508e | #50cf91 |
#cf508e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf508e Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf508e Color CSS Codes
.mybgcolor {background-color:#cf508e; } .myforecolor {color:#cf508e; } .mybordercolor {border:3px solid #cf508e; }
#cf508e Text Font Color
<p style="color:#cf508e">Text here</p>
This sample text font color is #cf508e
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.
#cf508e Background Color
<div style="background-color:#cf508e">
Div content here</div>
This div background color is #cf508e
#cf508e Border Color
<div style="border:3px solid #cf508e">
Div here</div>
This div border color is #cf508e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,80,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf508e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf508e; -webkit-box-shadow: 1px 1px 3px 2px #cf508e; box-shadow: 1px 1px 3px 2px #cf508e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,80,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf508e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf508e; -webkit-box-shadow: 1px 1px 3px 2px #cf508e; box-shadow: 1px 1px 3px 2px #cf508e;">
Div content here</div>
This div box has shadow with color #cf508e
Comments
No comments written yet.
Please login to write comment.