Color spaces of #cf236e
RGB | 207 | 35 | 110 |
---|---|---|---|
HSL | 0.93 | 0.71 | 0.47 |
HSV | 334° | 83° | 81° |
CMYK | 0.00 | 0.83 | 0.47 0.19 |
XYZ | 29.1476 | 15.5933 | 16.2254 |
Yxy | 15.5933 | 0.4781 | 0.2558 |
Hunter Lab | 39.4884 | 62.6519 | 3.2801 |
CIE-Lab | 46.4363 | 68.0551 | 1.6157 |
#cf236e color RGB value is (207,35,110).
#cf236e hex color red value is 207, green value is 35 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #cf236e hue: 0.93 , saturation: 0.71 and the lightness value of cf236e is 0.47.
The process color (four color CMYK) of #cf236e color hex is 0.00, 0.83, 0.47, 0.19. Web safe color of #cf236e is #cc3366. Color #cf236e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 00100011 | 01101110 |
Octal | 317 | 43 | 156 |
Decimal | 207 | 35 | 110 |
Hex | CF | 23 | 6E |
Shades of #cf236e
Tints of #cf236e
RGB Percentages of Color #cf236e
CMYK Percentages of Color #cf236e
Complementary Color
#cf236e | #23cf84 |
#cf236e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf236e Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf236e Color CSS Codes
.mybgcolor {background-color:#cf236e; } .myforecolor {color:#cf236e; } .mybordercolor {border:3px solid #cf236e; }
#cf236e Text Font Color
<p style="color:#cf236e">Text here</p>
This sample text font color is #cf236e
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.
#cf236e Background Color
<div style="background-color:#cf236e">
Div content here</div>
This div background color is #cf236e
#cf236e Border Color
<div style="border:3px solid #cf236e">
Div here</div>
This div border color is #cf236e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,35,110, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf236e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf236e; -webkit-box-shadow: 1px 1px 3px 2px #cf236e; box-shadow: 1px 1px 3px 2px #cf236e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,35,110, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf236e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf236e; -webkit-box-shadow: 1px 1px 3px 2px #cf236e; box-shadow: 1px 1px 3px 2px #cf236e;">
Div content here</div>
This div box has shadow with color #cf236e
Comments
No comments written yet.
Please login to write comment.