Color spaces of #cf3cbe
RGB | 207 | 60 | 190 |
---|---|---|---|
HSL | 0.85 | 0.60 | 0.52 |
HSV | 307° | 71° | 81° |
CMYK | 0.00 | 0.71 | 0.08 0.19 |
XYZ | 36.6422 | 20.2148 | 50.6858 |
Yxy | 20.2148 | 0.3407 | 0.1880 |
Hunter Lab | 44.9609 | 66.7924 | -35.3669 |
CIE-Lab | 52.0792 | 70.4571 | -37.6246 |
#cf3cbe color RGB value is (207,60,190).
#cf3cbe hex color red value is 207, green value is 60 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cf3cbe hue: 0.85 , saturation: 0.60 and the lightness value of cf3cbe is 0.52.
The process color (four color CMYK) of #cf3cbe color hex is 0.00, 0.71, 0.08, 0.19. Web safe color of #cf3cbe is #cc33cc. Color #cf3cbe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 00111100 | 10111110 |
Octal | 317 | 74 | 276 |
Decimal | 207 | 60 | 190 |
Hex | CF | 3C | BE |
Shades of #cf3cbe
Tints of #cf3cbe
RGB Percentages of Color #cf3cbe
CMYK Percentages of Color #cf3cbe
Complementary Color
#cf3cbe | #3ccf4d |
#cf3cbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf3cbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf3cbe Color CSS Codes
.mybgcolor {background-color:#cf3cbe; } .myforecolor {color:#cf3cbe; } .mybordercolor {border:3px solid #cf3cbe; }
#cf3cbe Text Font Color
<p style="color:#cf3cbe">Text here</p>
This sample text font color is #cf3cbe
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.
#cf3cbe Background Color
<div style="background-color:#cf3cbe">
Div content here</div>
This div background color is #cf3cbe
#cf3cbe Border Color
<div style="border:3px solid #cf3cbe">
Div here</div>
This div border color is #cf3cbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,60,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf3cbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf3cbe; -webkit-box-shadow: 1px 1px 3px 2px #cf3cbe; box-shadow: 1px 1px 3px 2px #cf3cbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,60,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf3cbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf3cbe; -webkit-box-shadow: 1px 1px 3px 2px #cf3cbe; box-shadow: 1px 1px 3px 2px #cf3cbe;">
Div content here</div>
This div box has shadow with color #cf3cbe
Comments
No comments written yet.
Please login to write comment.