Color spaces of #cf489a
RGB | 207 | 72 | 154 |
---|---|---|---|
HSL | 0.90 | 0.58 | 0.55 |
HSV | 324° | 65° | 81° |
CMYK | 0.00 | 0.65 | 0.26 0.19 |
XYZ | 33.8822 | 20.2332 | 32.6915 |
Yxy | 20.2332 | 0.3903 | 0.2331 |
Hunter Lab | 44.9813 | 55.7379 | -11.6038 |
CIE-Lab | 52.0999 | 60.9919 | -16.5094 |
#cf489a color RGB value is (207,72,154).
#cf489a hex color red value is 207, green value is 72 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #cf489a hue: 0.90 , saturation: 0.58 and the lightness value of cf489a is 0.55.
The process color (four color CMYK) of #cf489a color hex is 0.00, 0.65, 0.26, 0.19. Web safe color of #cf489a is #cc3399. Color #cf489a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 01001000 | 10011010 |
Octal | 317 | 110 | 232 |
Decimal | 207 | 72 | 154 |
Hex | CF | 48 | 9A |
Shades of #cf489a
Tints of #cf489a
RGB Percentages of Color #cf489a
CMYK Percentages of Color #cf489a
Complementary Color
#cf489a | #48cf7d |
#cf489a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf489a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf489a Color CSS Codes
.mybgcolor {background-color:#cf489a; } .myforecolor {color:#cf489a; } .mybordercolor {border:3px solid #cf489a; }
#cf489a Text Font Color
<p style="color:#cf489a">Text here</p>
This sample text font color is #cf489a
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.
#cf489a Background Color
<div style="background-color:#cf489a">
Div content here</div>
This div background color is #cf489a
#cf489a Border Color
<div style="border:3px solid #cf489a">
Div here</div>
This div border color is #cf489a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,72,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf489a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf489a; -webkit-box-shadow: 1px 1px 3px 2px #cf489a; box-shadow: 1px 1px 3px 2px #cf489a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,72,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf489a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf489a; -webkit-box-shadow: 1px 1px 3px 2px #cf489a; box-shadow: 1px 1px 3px 2px #cf489a;">
Div content here</div>
This div box has shadow with color #cf489a
Comments
No comments written yet.
Please login to write comment.