Color spaces of #cf48cd
RGB | 207 | 72 | 205 |
---|---|---|---|
HSL | 0.84 | 0.58 | 0.55 |
HSV | 301° | 65° | 81° |
CMYK | 0.00 | 0.65 | 0.01 0.19 |
XYZ | 39.0689 | 22.3079 | 60.0043 |
Yxy | 22.3079 | 0.3219 | 0.1838 |
Hunter Lab | 47.2312 | 64.9976 | -42.2623 |
CIE-Lab | 54.3522 | 68.5221 | -42.6755 |
#cf48cd color RGB value is (207,72,205).
#cf48cd hex color red value is 207, green value is 72 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #cf48cd hue: 0.84 , saturation: 0.58 and the lightness value of cf48cd is 0.55.
The process color (four color CMYK) of #cf48cd color hex is 0.00, 0.65, 0.01, 0.19. Web safe color of #cf48cd is #cc33cc. Color #cf48cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 01001000 | 11001101 |
Octal | 317 | 110 | 315 |
Decimal | 207 | 72 | 205 |
Hex | CF | 48 | CD |
Shades of #cf48cd
Tints of #cf48cd
RGB Percentages of Color #cf48cd
CMYK Percentages of Color #cf48cd
Complementary Color
#cf48cd | #48cf4a |
#cf48cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf48cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf48cd Color CSS Codes
.mybgcolor {background-color:#cf48cd; } .myforecolor {color:#cf48cd; } .mybordercolor {border:3px solid #cf48cd; }
#cf48cd Text Font Color
<p style="color:#cf48cd">Text here</p>
This sample text font color is #cf48cd
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.
#cf48cd Background Color
<div style="background-color:#cf48cd">
Div content here</div>
This div background color is #cf48cd
#cf48cd Border Color
<div style="border:3px solid #cf48cd">
Div here</div>
This div border color is #cf48cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,72,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf48cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf48cd; -webkit-box-shadow: 1px 1px 3px 2px #cf48cd; box-shadow: 1px 1px 3px 2px #cf48cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,72,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf48cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf48cd; -webkit-box-shadow: 1px 1px 3px 2px #cf48cd; box-shadow: 1px 1px 3px 2px #cf48cd;">
Div content here</div>
This div box has shadow with color #cf48cd
Comments
No comments written yet.
Please login to write comment.