Color spaces of #cf278b
RGB | 207 | 39 | 139 |
---|---|---|---|
HSL | 0.90 | 0.68 | 0.48 |
HSV | 324° | 81° | 81° |
CMYK | 0.00 | 0.81 | 0.33 0.19 |
XYZ | 31.1178 | 16.5805 | 25.9864 |
Yxy | 16.5805 | 0.4223 | 0.2250 |
Hunter Lab | 40.7192 | 65.1521 | -9.3346 |
CIE-Lab | 47.7271 | 69.9236 | -14.1839 |
#cf278b color RGB value is (207,39,139).
#cf278b hex color red value is 207, green value is 39 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #cf278b hue: 0.90 , saturation: 0.68 and the lightness value of cf278b is 0.48.
The process color (four color CMYK) of #cf278b color hex is 0.00, 0.81, 0.33, 0.19. Web safe color of #cf278b is #cc3399. Color #cf278b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 00100111 | 10001011 |
Octal | 317 | 47 | 213 |
Decimal | 207 | 39 | 139 |
Hex | CF | 27 | 8B |
Shades of #cf278b
Tints of #cf278b
RGB Percentages of Color #cf278b
CMYK Percentages of Color #cf278b
Complementary Color
#cf278b | #27cf6b |
#cf278b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf278b Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf278b Color CSS Codes
.mybgcolor {background-color:#cf278b; } .myforecolor {color:#cf278b; } .mybordercolor {border:3px solid #cf278b; }
#cf278b Text Font Color
<p style="color:#cf278b">Text here</p>
This sample text font color is #cf278b
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.
#cf278b Background Color
<div style="background-color:#cf278b">
Div content here</div>
This div background color is #cf278b
#cf278b Border Color
<div style="border:3px solid #cf278b">
Div here</div>
This div border color is #cf278b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,39,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf278b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf278b; -webkit-box-shadow: 1px 1px 3px 2px #cf278b; box-shadow: 1px 1px 3px 2px #cf278b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,39,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf278b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf278b; -webkit-box-shadow: 1px 1px 3px 2px #cf278b; box-shadow: 1px 1px 3px 2px #cf278b;">
Div content here</div>
This div box has shadow with color #cf278b
Comments
No comments written yet.
Please login to write comment.