Color spaces of #cf207d
RGB | 207 | 32 | 125 |
---|---|---|---|
HSL | 0.91 | 0.73 | 0.47 |
HSV | 328° | 85° | 81° |
CMYK | 0.00 | 0.85 | 0.40 0.19 |
XYZ | 29.9503 | 15.7791 | 20.8691 |
Yxy | 15.7791 | 0.4497 | 0.2369 |
Hunter Lab | 39.7229 | 65.0704 | -3.3430 |
CIE-Lab | 46.6833 | 70.0576 | -7.2382 |
#cf207d color RGB value is (207,32,125).
#cf207d hex color red value is 207, green value is 32 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #cf207d hue: 0.91 , saturation: 0.73 and the lightness value of cf207d is 0.47.
The process color (four color CMYK) of #cf207d color hex is 0.00, 0.85, 0.40, 0.19. Web safe color of #cf207d is #cc3366. Color #cf207d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 00100000 | 01111101 |
Octal | 317 | 40 | 175 |
Decimal | 207 | 32 | 125 |
Hex | CF | 20 | 7D |
Shades of #cf207d
Tints of #cf207d
RGB Percentages of Color #cf207d
CMYK Percentages of Color #cf207d
Complementary Color
#cf207d | #20cf72 |
#cf207d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf207d Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf207d Color CSS Codes
.mybgcolor {background-color:#cf207d; } .myforecolor {color:#cf207d; } .mybordercolor {border:3px solid #cf207d; }
#cf207d Text Font Color
<p style="color:#cf207d">Text here</p>
This sample text font color is #cf207d
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.
#cf207d Background Color
<div style="background-color:#cf207d">
Div content here</div>
This div background color is #cf207d
#cf207d Border Color
<div style="border:3px solid #cf207d">
Div here</div>
This div border color is #cf207d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,32,125, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf207d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf207d; -webkit-box-shadow: 1px 1px 3px 2px #cf207d; box-shadow: 1px 1px 3px 2px #cf207d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,32,125, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf207d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf207d; -webkit-box-shadow: 1px 1px 3px 2px #cf207d; box-shadow: 1px 1px 3px 2px #cf207d;">
Div content here</div>
This div box has shadow with color #cf207d
Comments
No comments written yet.
Please login to write comment.